Shades of Azure #F4FFFF
Tints of Azure #F4FFFF
RGB
CMYK
RGB Variations
Color information
#F4FFFF (or 0xF4FFFF) is known color: Azure. HEX triplet: F4, FF and FF. RGB value is (244,255,255). Sum of RGB (Red+Green+Blue) = 244+255+255=754 (99% of max value = 765). Red value is 244 (95.70% from 255 or 32.36% from 754); Green value is 255 (100% from 255 or 33.82% from 754); Blue value is 255 (100% from 255 or 33.82% from 754); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #F4FFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4FFFF is #0B0000. Grayscale: #FBFBFB. Windows color (decimal): -720897 or 16777204. OLE color: 16777204.
HSL color Cylindrical-coordinate representation of color #F4FFFF: hue angle of 180º 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 #F4FFFF is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 255 | 255 | - |
| CMYK | 0.04 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.98% | - |
| HSV(B) | 180º | 0.04% | 1% | - |
| XYZ | 91.12 | 97.97 | 108.72 | - |
| YUV | 251.71 | 129.86 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 255 | 255 | 0.04 | 0 | 0 | 0 | 180 | 1 | 0.98 |
| Hex | F4 | FF | FF | 4 | 0 | 0 | 0 | B4 | 64 | 62 |
| Octal | 364 | 377 | 377 | 4 | 0 | 0 | 0 | 264 | 144 | 142 |
| Binary | 11110100 | 11111111 | 11111111 | 100 | 0 | 0 | 0 | 10110100 | 1100100 | 1100010 |
Color Harmonies of #F4FFFF
Complementary color
Monochromatic Colors of #F4FFFF
Black with #F4FFFF
Text Example
Text Example
White with #F4FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FFFF; }
p { color: rgb(244,255,255); }
H1.HeaderClassName
{
color: #F4FFFF;
}
.AnyTagClassName
{
color: #F4FFFF;
}
</style>
background-color css
<style>
a { background-color: #F4FFFF; }
a { background-color: rgb(244,255,255); }
div.DivClassName
{
background-color: #F4FFFF;
}
.BgClassName
{
background-color: #F4FFFF;
}
</style>
border-color css
<style>
span { border-color: #F4FFFF; }
span { border-color: rgb(244,255,255); }
td.TdClassName
{
border-color: #F4FFFF;
}
.TagClassName
{
border-color: #F4FFFF;
}
</style>