HTML color code #F0FFFF

Example of Azure color or HTML color code #F0FFFF.

W3C color name: Azure
Color name: Azure
RGB: 240, 255, 255
HSL: 180-deg, 100.00%, 97.06%
Web safe color: No

RGB complementary color:

A complementary color for this color is #FFF0F0.

Example text color using #F0FFFF

This text is placeholder text to give you an idea of how this color looks when used as a font color on a white background. The following sentence uses every English character: The quick brown fox jumps over the lazy dog. 0123456789 Bold text. Italic text. With Underline.

                    

This text is placeholder text to give you an idea of how this color looks when used as a font color on a black background. The following sentence uses every English character: The quick brown fox jumps over the lazy dog. 0123456789 Bold text. Italic text. With Underline.

                    

HTML examples

<p style="color:azure;">Your text using color name.</p>
<p style="color:#F0FFFF;">Your text using HTML color code.</p>
<p style="color:rgb(240 255 255);">Your text using RGB color values.</p>
<p style="color:hsl(180deg 100.00% 97.06%);">Your text using HSL color values.</p>

CSS code examples

<style> p { color:azure; } </style>
<style> p { color:#F0FFFF; } </style>
<style> p { color:rgb(240 255 255); } </style>
<style> p { color:hsl(180deg 100.00% 97.06%); } </style>

Lighter colors

#FAFFFF
#FFFFFF

Darker colors

#E6F5F5
#DCEBEB
#D2E1E1
#C8D7D7
#BECDCD
#B4C3C3
#AAB9B9
#A0AFAF

Analogous colors

#F0FCFF
#F0FAFF
#F0F7FF
#F0F5FF
#F0F2FF
#F0F0FF
#F2F0FF
#F5F0FF

Trinary colors

#F0FFFF
#FFF0FF
#FFFFF0

Adjacent colors

#E6E6FA
#EBF4FA
#F0F8FF
#F8F8FF
#E0FFFF
#CCFFFF
#9AFEFF
#7DFDFE
Tip

Enter any HTML color code into our search to get results like this page.

Computer Hope - HTML color codes - Top 100 color codes