Shades of Azure #F0FDFB
Tints of Azure #F0FDFB
RGB
CMYK
RGB Variations
Color information
#F0FDFB (or 0xF0FDFB) is known color: Azure. HEX triplet: F0, FD and FB. RGB value is (240,253,251). Sum of RGB (Red+Green+Blue) = 240+253+251=744 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.26% from 744); Green value is 253 (99.22% from 255 or 34.01% from 744); Blue value is 251 (98.44% from 255 or 33.74% from 744); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FDFB is #0F0204. Grayscale: #F8F8F8. Windows color (decimal): -983557 or 16514544. OLE color: 16514544.
HSL color Cylindrical-coordinate representation of color #F0FDFB: hue angle of 170.77º degrees, saturation: 0.76, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0FDFB is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 251 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.01 |
| HSL | 170.77º | 0.76% | 0.97% | - |
| HSV(B) | 170.77º | 0.05% | 0.99% | - |
| XYZ | 88.47 | 95.74 | 105.08 | - |
| YUV | 248.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 251 | 0.05 | 0 | 0.01 | 0.01 | 170.77 | 0.76 | 0.97 |
| Hex | F0 | FD | FB | 5 | 0 | 1 | 1 | AB | 4C | 61 |
| Octal | 360 | 375 | 373 | 5 | 0 | 1 | 1 | 253 | 114 | 141 |
| Binary | 11110000 | 11111101 | 11111011 | 101 | 0 | 1 | 1 | 10101011 | 1001100 | 1100001 |
Color Harmonies of #F0FDFB
Complementary color
Monochromatic Colors of #F0FDFB
Black with #F0FDFB
Text Example
Text Example
White with #F0FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FDFB; }
p { color: rgb(240,253,251); }
H1.HeaderClassName
{
color: #F0FDFB;
}
.AnyTagClassName
{
color: #F0FDFB;
}
</style>
background-color css
<style>
a { background-color: #F0FDFB; }
a { background-color: rgb(240,253,251); }
div.DivClassName
{
background-color: #F0FDFB;
}
.BgClassName
{
background-color: #F0FDFB;
}
</style>
border-color css
<style>
span { border-color: #F0FDFB; }
span { border-color: rgb(240,253,251); }
td.TdClassName
{
border-color: #F0FDFB;
}
.TagClassName
{
border-color: #F0FDFB;
}
</style>