Shades of Azure #F0FDFF
Tints of Azure #F0FDFF
RGB
CMYK
RGB Variations
Color information
#F0FDFF (or 0xF0FDFF) is known color: Azure. HEX triplet: F0, FD and FF. RGB value is (240,253,255). Sum of RGB (Red+Green+Blue) = 240+253+255=748 (99% of max value = 765). Red value is 240 (94.14% from 255 or 32.09% from 748); Green value is 253 (99.22% from 255 or 33.82% from 748); Blue value is 255 (100% from 255 or 34.09% from 748); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0FDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FDFF is #0F0200. Grayscale: #F9F9F9. Windows color (decimal): -983553 or 16776688. OLE color: 16776688.
HSL color Cylindrical-coordinate representation of color #F0FDFF: hue angle of 188º 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 #F0FDFF is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 240 | 253 | 255 | - |
CMYK | 0.06 | 0.01 | 0 | 0 |
HSL | 188º | 1% | 0.97% | - |
HSV(B) | 188º | 0.06% | 1% | - |
XYZ | 89.11 | 96 | 108.44 | - |
YUV | 249.34 | 131.19 | 121.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 253 | 255 | 0.06 | 0.01 | 0 | 0 | 188 | 1 | 0.97 |
Hex | F0 | FD | FF | 6 | 1 | 0 | 0 | BC | 64 | 61 |
Octal | 360 | 375 | 377 | 6 | 1 | 0 | 0 | 274 | 144 | 141 |
Binary | 11110000 | 11111101 | 11111111 | 110 | 1 | 0 | 0 | 10111100 | 1100100 | 1100001 |
Color Harmonies of #F0FDFF
Complementary color
Monochromatic Colors of #F0FDFF
Black with #F0FDFF
Text Example
Text Example
White with #F0FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FDFF; }
p { color: rgb(240,253,255); }
H1.HeaderClassName
{
color: #F0FDFF;
}
.AnyTagClassName
{
color: #F0FDFF;
}
</style>
background-color css
<style>
a { background-color: #F0FDFF; }
a { background-color: rgb(240,253,255); }
div.DivClassName
{
background-color: #F0FDFF;
}
.BgClassName
{
background-color: #F0FDFF;
}
</style>
border-color css
<style>
span { border-color: #F0FDFF; }
span { border-color: rgb(240,253,255); }
td.TdClassName
{
border-color: #F0FDFF;
}
.TagClassName
{
border-color: #F0FDFF;
}
</style>