Shades of Azure #F4FEFF
Tints of Azure #F4FEFF
RGB
CMYK
RGB Variations
Color information
#F4FEFF (or 0xF4FEFF) is known color: Azure. HEX triplet: F4, FE and FF. RGB value is (244,254,255). Sum of RGB (Red+Green+Blue) = 244+254+255=753 (99% of max value = 765). Red value is 244 (95.70% from 255 or 32.40% from 753); Green value is 254 (99.61% from 255 or 33.73% from 753); Blue value is 255 (100% from 255 or 33.86% from 753); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4FEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4FEFF is #0B0100. Grayscale: #FBFBFB. Windows color (decimal): -721153 or 16776948. OLE color: 16776948.
HSL color Cylindrical-coordinate representation of color #F4FEFF: hue angle of 185.45º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F4FEFF is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 254 | 255 | - |
| CMYK | 0.04 | 0.00 | 0 | 0 |
| HSL | 185.45º | 1% | 0.98% | - |
| HSV(B) | 185.45º | 0.04% | 1% | - |
| XYZ | 90.8 | 97.34 | 108.61 | - |
| YUV | 251.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 254 | 255 | 0.04 | 0.00 | 0 | 0 | 185.45 | 1 | 0.98 |
| Hex | F4 | FE | FF | 4 | 0 | 0 | 0 | B9 | 64 | 62 |
| Octal | 364 | 376 | 377 | 4 | 0 | 0 | 0 | 271 | 144 | 142 |
| Binary | 11110100 | 11111110 | 11111111 | 100 | 0 | 0 | 0 | 10111001 | 1100100 | 1100010 |
Color Harmonies of #F4FEFF
Complementary color
Monochromatic Colors of #F4FEFF
Black with #F4FEFF
Text Example
Text Example
White with #F4FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FEFF; }
p { color: rgb(244,254,255); }
H1.HeaderClassName
{
color: #F4FEFF;
}
.AnyTagClassName
{
color: #F4FEFF;
}
</style>
background-color css
<style>
a { background-color: #F4FEFF; }
a { background-color: rgb(244,254,255); }
div.DivClassName
{
background-color: #F4FEFF;
}
.BgClassName
{
background-color: #F4FEFF;
}
</style>
border-color css
<style>
span { border-color: #F4FEFF; }
span { border-color: rgb(244,254,255); }
td.TdClassName
{
border-color: #F4FEFF;
}
.TagClassName
{
border-color: #F4FEFF;
}
</style>