Shades of Azure #F0FCFF
Tints of Azure #F0FCFF
RGB
CMYK
RGB Variations
Color information
#F0FCFF (or 0xF0FCFF) is known color: Azure. HEX triplet: F0, FC and FF. RGB value is (240,252,255). Sum of RGB (Red+Green+Blue) = 240+252+255=747 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.13% from 747); Green value is 252 (98.83% from 255 or 33.73% from 747); Blue value is 255 (100% from 255 or 34.14% from 747); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0FCFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FCFF is #0F0300. Grayscale: #F8F8F8. Windows color (decimal): -983809 or 16776432. OLE color: 16776432.
HSL color Cylindrical-coordinate representation of color #F0FCFF: hue angle of 192º 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 #F0FCFF is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 240 | 252 | 255 | - |
CMYK | 0.06 | 0.01 | 0 | 0 |
HSL | 192º | 1% | 0.97% | - |
HSV(B) | 192º | 0.06% | 1% | - |
XYZ | 88.8 | 95.37 | 108.34 | - |
YUV | 248.75 | 131.52 | 121.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 252 | 255 | 0.06 | 0.01 | 0 | 0 | 192 | 1 | 0.97 |
Hex | F0 | FC | FF | 6 | 1 | 0 | 0 | C0 | 64 | 61 |
Octal | 360 | 374 | 377 | 6 | 1 | 0 | 0 | 300 | 144 | 141 |
Binary | 11110000 | 11111100 | 11111111 | 110 | 1 | 0 | 0 | 11000000 | 1100100 | 1100001 |
Color Harmonies of #F0FCFF
Complementary color
Monochromatic Colors of #F0FCFF
Black with #F0FCFF
Text Example
Text Example
White with #F0FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCFF; }
p { color: rgb(240,252,255); }
H1.HeaderClassName
{
color: #F0FCFF;
}
.AnyTagClassName
{
color: #F0FCFF;
}
</style>
background-color css
<style>
a { background-color: #F0FCFF; }
a { background-color: rgb(240,252,255); }
div.DivClassName
{
background-color: #F0FCFF;
}
.BgClassName
{
background-color: #F0FCFF;
}
</style>
border-color css
<style>
span { border-color: #F0FCFF; }
span { border-color: rgb(240,252,255); }
td.TdClassName
{
border-color: #F0FCFF;
}
.TagClassName
{
border-color: #F0FCFF;
}
</style>