Shades of Azure #F8F9F9
Tints of Azure #F8F9F9
RGB
CMYK
RGB Variations
Color information
#F8F9F9 (or 0xF8F9F9) is known color: Azure. HEX triplet: F8, F9 and F9. RGB value is (248,249,249). Sum of RGB (Red+Green+Blue) = 248+249+249=746 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.24% from 746); Green value is 249 (97.66% from 255 or 33.38% from 746); Blue value is 249 (97.66% from 255 or 33.38% from 746); Max value from RGB is 249 - color contains mainly: green, blue. Hex color #F8F9F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F9F9 is #070606. Grayscale: #F8F8F8. Windows color (decimal): -460295 or 16382456. OLE color: 16382456.
HSL color Cylindrical-coordinate representation of color #F8F9F9: hue angle of 180º degrees, saturation: 0.08, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0%. Process color model (Four color, CMYK) of #F8F9F9 is Cyan = 0.00, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 248 | 249 | 249 | - |
CMYK | 0.00 | 0 | 0 | 0.02 |
HSL | 180º | 0.08% | 0.97% | - |
HSV(B) | 180º | 0% | 0.98% | - |
XYZ | 89.69 | 94.55 | 103.15 | - |
YUV | 248.7 | 128.17 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 249 | 249 | 0.00 | 0 | 0 | 0.02 | 180 | 0.08 | 0.97 |
Hex | F8 | F9 | F9 | 0 | 0 | 0 | 2 | B4 | 8 | 61 |
Octal | 370 | 371 | 371 | 0 | 0 | 0 | 2 | 264 | 10 | 141 |
Binary | 11111000 | 11111001 | 11111001 | 0 | 0 | 0 | 10 | 10110100 | 1000 | 1100001 |
Color Harmonies of #F8F9F9
Complementary color
Monochromatic Colors of #F8F9F9
Black with #F8F9F9
Text Example
Text Example
White with #F8F9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F9F9; }
p { color: rgb(248,249,249); }
H1.HeaderClassName
{
color: #F8F9F9;
}
.AnyTagClassName
{
color: #F8F9F9;
}
</style>
background-color css
<style>
a { background-color: #F8F9F9; }
a { background-color: rgb(248,249,249); }
div.DivClassName
{
background-color: #F8F9F9;
}
.BgClassName
{
background-color: #F8F9F9;
}
</style>
border-color css
<style>
span { border-color: #F8F9F9; }
span { border-color: rgb(248,249,249); }
td.TdClassName
{
border-color: #F8F9F9;
}
.TagClassName
{
border-color: #F8F9F9;
}
</style>