Shades of Azure #F0F9FB
Tints of Azure #F0F9FB
RGB
CMYK
RGB Variations
Color information
#F0F9FB (or 0xF0F9FB) is known color: Azure. HEX triplet: F0, F9 and FB. RGB value is (240,249,251). Sum of RGB (Red+Green+Blue) = 240+249+251=740 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.43% from 740); Green value is 249 (97.66% from 255 or 33.65% from 740); Blue value is 251 (98.44% from 255 or 33.92% from 740); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0F9FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F9FB is #0F0604. Grayscale: #F6F6F6. Windows color (decimal): -984581 or 16513520. OLE color: 16513520.
HSL color Cylindrical-coordinate representation of color #F0F9FB: hue angle of 190.91º degrees, saturation: 0.58, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F0F9FB is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 251 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.02 |
| HSL | 190.91º | 0.58% | 0.96% | - |
| HSV(B) | 190.91º | 0.04% | 0.98% | - |
| XYZ | 87.22 | 93.24 | 104.67 | - |
| YUV | 246.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 251 | 0.04 | 0.01 | 0 | 0.02 | 190.91 | 0.58 | 0.96 |
| Hex | F0 | F9 | FB | 4 | 1 | 0 | 2 | BF | 3A | 60 |
| Octal | 360 | 371 | 373 | 4 | 1 | 0 | 2 | 277 | 72 | 140 |
| Binary | 11110000 | 11111001 | 11111011 | 100 | 1 | 0 | 10 | 10111111 | 111010 | 1100000 |
Color Harmonies of #F0F9FB
Complementary color
Monochromatic Colors of #F0F9FB
Black with #F0F9FB
Text Example
Text Example
White with #F0F9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F9FB; }
p { color: rgb(240,249,251); }
H1.HeaderClassName
{
color: #F0F9FB;
}
.AnyTagClassName
{
color: #F0F9FB;
}
</style>
background-color css
<style>
a { background-color: #F0F9FB; }
a { background-color: rgb(240,249,251); }
div.DivClassName
{
background-color: #F0F9FB;
}
.BgClassName
{
background-color: #F0F9FB;
}
</style>
border-color css
<style>
span { border-color: #F0F9FB; }
span { border-color: rgb(240,249,251); }
td.TdClassName
{
border-color: #F0F9FB;
}
.TagClassName
{
border-color: #F0F9FB;
}
</style>