Shades of Azure #F0FFFF
Tints of Azure #F0FFFF
RGB
CMYK
RGB Variations
Color information
#F0FFFF (or 0xF0FFFF) is known color: Azure. HEX triplet: F0, FF and FF. RGB value is (240,255,255). Sum of RGB (Red+Green+Blue) = 240+255+255=750 (99% of max value = 765). Red value is 240 (94.14% from 255 or 32% from 750); Green value is 255 (100% from 255 or 34% from 750); Blue value is 255 (100% from 255 or 34% from 750); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #F0FFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FFFF is #0F0000. Grayscale: #FAFAFA. Windows color (decimal): -983041 or 16777200. OLE color: 16777200.
HSL color Cylindrical-coordinate representation of color #F0FFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0FFFF is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 240 | 255 | 255 | - |
CMYK | 0.06 | 0 | 0 | 0 |
HSL | 180º | 1% | 0.97% | - |
HSV(B) | 180º | 0.06% | 1% | - |
XYZ | 89.75 | 97.27 | 108.65 | - |
YUV | 250.52 | 130.53 | 120.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 255 | 255 | 0.06 | 0 | 0 | 0 | 180 | 1 | 0.97 |
Hex | F0 | FF | FF | 6 | 0 | 0 | 0 | B4 | 64 | 61 |
Octal | 360 | 377 | 377 | 6 | 0 | 0 | 0 | 264 | 144 | 141 |
Binary | 11110000 | 11111111 | 11111111 | 110 | 0 | 0 | 0 | 10110100 | 1100100 | 1100001 |
Color Harmonies of #F0FFFF
Complementary color
Monochromatic Colors of #F0FFFF
Black with #F0FFFF
Text Example
Text Example
White with #F0FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFFF; }
p { color: rgb(240,255,255); }
H1.HeaderClassName
{
color: #F0FFFF;
}
.AnyTagClassName
{
color: #F0FFFF;
}
</style>
background-color css
<style>
a { background-color: #F0FFFF; }
a { background-color: rgb(240,255,255); }
div.DivClassName
{
background-color: #F0FFFF;
}
.BgClassName
{
background-color: #F0FFFF;
}
</style>
border-color css
<style>
span { border-color: #F0FFFF; }
span { border-color: rgb(240,255,255); }
td.TdClassName
{
border-color: #F0FFFF;
}
.TagClassName
{
border-color: #F0FFFF;
}
</style>