Shades of Azure #F0FEFF
Tints of Azure #F0FEFF
RGB
CMYK
RGB Variations
Color information
#F0FEFF (or 0xF0FEFF) is known color: Azure. HEX triplet: F0, FE and FF. RGB value is (240,254,255). Sum of RGB (Red+Green+Blue) = 240+254+255=749 (99% of max value = 765). Red value is 240 (94.14% from 255 or 32.04% from 749); Green value is 254 (99.61% from 255 or 33.91% from 749); Blue value is 255 (100% from 255 or 34.05% from 749); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0FEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FEFF is #0F0100. Grayscale: #F9F9F9. Windows color (decimal): -983297 or 16776944. OLE color: 16776944.
HSL color Cylindrical-coordinate representation of color #F0FEFF: hue angle of 184º 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 #F0FEFF is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 254 | 255 | - |
| CMYK | 0.06 | 0.00 | 0 | 0 |
| HSL | 184º | 1% | 0.97% | - |
| HSV(B) | 184º | 0.06% | 1% | - |
| XYZ | 89.43 | 96.63 | 108.55 | - |
| YUV | 249.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 255 | 0.06 | 0.00 | 0 | 0 | 184 | 1 | 0.97 |
| Hex | F0 | FE | FF | 6 | 0 | 0 | 0 | B8 | 64 | 61 |
| Octal | 360 | 376 | 377 | 6 | 0 | 0 | 0 | 270 | 144 | 141 |
| Binary | 11110000 | 11111110 | 11111111 | 110 | 0 | 0 | 0 | 10111000 | 1100100 | 1100001 |
Color Harmonies of #F0FEFF
Complementary color
Monochromatic Colors of #F0FEFF
Black with #F0FEFF
Text Example
Text Example
White with #F0FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FEFF; }
p { color: rgb(240,254,255); }
H1.HeaderClassName
{
color: #F0FEFF;
}
.AnyTagClassName
{
color: #F0FEFF;
}
</style>
background-color css
<style>
a { background-color: #F0FEFF; }
a { background-color: rgb(240,254,255); }
div.DivClassName
{
background-color: #F0FEFF;
}
.BgClassName
{
background-color: #F0FEFF;
}
</style>
border-color css
<style>
span { border-color: #F0FEFF; }
span { border-color: rgb(240,254,255); }
td.TdClassName
{
border-color: #F0FEFF;
}
.TagClassName
{
border-color: #F0FEFF;
}
</style>