Shades of Azure #F2F9F9
Tints of Azure #F2F9F9
RGB
CMYK
RGB Variations
Color information
#F2F9F9 (or 0xF2F9F9) is known color: Azure. HEX triplet: F2, F9 and F9. RGB value is (242,249,249). Sum of RGB (Red+Green+Blue) = 242+249+249=740 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.70% from 740); Green value is 249 (97.66% from 255 or 33.65% from 740); Blue value is 249 (97.66% from 255 or 33.65% from 740); Max value from RGB is 249 - color contains mainly: green, blue. Hex color #F2F9F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F9F9 is #0D0606. Grayscale: #F6F6F6. Windows color (decimal): -853511 or 16382450. OLE color: 16382450.
HSL color Cylindrical-coordinate representation of color #F2F9F9: hue angle of 180º degrees, saturation: 0.37, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2F9F9 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 242 | 249 | 249 | - |
CMYK | 0.03 | 0 | 0 | 0.02 |
HSL | 180º | 0.37% | 0.96% | - |
HSV(B) | 180º | 0.03% | 0.98% | - |
XYZ | 87.59 | 93.47 | 103.05 | - |
YUV | 246.91 | 129.18 | 124.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 249 | 249 | 0.03 | 0 | 0 | 0.02 | 180 | 0.37 | 0.96 |
Hex | F2 | F9 | F9 | 3 | 0 | 0 | 2 | B4 | 25 | 60 |
Octal | 362 | 371 | 371 | 3 | 0 | 0 | 2 | 264 | 45 | 140 |
Binary | 11110010 | 11111001 | 11111001 | 11 | 0 | 0 | 10 | 10110100 | 100101 | 1100000 |
Color Harmonies of #F2F9F9
Complementary color
Monochromatic Colors of #F2F9F9
Black with #F2F9F9
Text Example
Text Example
White with #F2F9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F9F9; }
p { color: rgb(242,249,249); }
H1.HeaderClassName
{
color: #F2F9F9;
}
.AnyTagClassName
{
color: #F2F9F9;
}
</style>
background-color css
<style>
a { background-color: #F2F9F9; }
a { background-color: rgb(242,249,249); }
div.DivClassName
{
background-color: #F2F9F9;
}
.BgClassName
{
background-color: #F2F9F9;
}
</style>
border-color css
<style>
span { border-color: #F2F9F9; }
span { border-color: rgb(242,249,249); }
td.TdClassName
{
border-color: #F2F9F9;
}
.TagClassName
{
border-color: #F2F9F9;
}
</style>