Shades of Azure #F9FFFF
Tints of Azure #F9FFFF
RGB
CMYK
RGB Variations
Color information
#F9FFFF (or 0xF9FFFF) is known color: Azure. HEX triplet: F9, FF and FF. RGB value is (249,255,255). Sum of RGB (Red+Green+Blue) = 249+255+255=759 (100% of max value = 765). Red value is 249 (97.66% from 255 or 32.81% from 759); Green value is 255 (100% from 255 or 33.60% from 759); Blue value is 255 (100% from 255 or 33.60% from 759); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #F9FFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FFFF is #060000. Grayscale: #FDFDFD. Windows color (decimal): -393217 or 16777209. OLE color: 16777209.
HSL color Cylindrical-coordinate representation of color #F9FFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F9FFFF is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 255 | 255 | - |
| CMYK | 0.02 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.99% | - |
| HSV(B) | 180º | 0.02% | 1% | - |
| XYZ | 92.88 | 98.88 | 108.8 | - |
| YUV | 253.21 | 129.01 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 255 | 255 | 0.02 | 0 | 0 | 0 | 180 | 1 | 0.99 |
| Hex | F9 | FF | FF | 2 | 0 | 0 | 0 | B4 | 64 | 63 |
| Octal | 371 | 377 | 377 | 2 | 0 | 0 | 0 | 264 | 144 | 143 |
| Binary | 11111001 | 11111111 | 11111111 | 10 | 0 | 0 | 0 | 10110100 | 1100100 | 1100011 |
Color Harmonies of #F9FFFF
Complementary color
Monochromatic Colors of #F9FFFF
Black with #F9FFFF
Text Example
Text Example
White with #F9FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FFFF; }
p { color: rgb(249,255,255); }
H1.HeaderClassName
{
color: #F9FFFF;
}
.AnyTagClassName
{
color: #F9FFFF;
}
</style>
background-color css
<style>
a { background-color: #F9FFFF; }
a { background-color: rgb(249,255,255); }
div.DivClassName
{
background-color: #F9FFFF;
}
.BgClassName
{
background-color: #F9FFFF;
}
</style>
border-color css
<style>
span { border-color: #F9FFFF; }
span { border-color: rgb(249,255,255); }
td.TdClassName
{
border-color: #F9FFFF;
}
.TagClassName
{
border-color: #F9FFFF;
}
</style>