Shades of Azure #F0FCFD
Tints of Azure #F0FCFD
RGB
CMYK
RGB Variations
Color information
#F0FCFD (or 0xF0FCFD) is known color: Azure. HEX triplet: F0, FC and FD. RGB value is (240,252,253). Sum of RGB (Red+Green+Blue) = 240+252+253=745 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.21% from 745); Green value is 252 (98.83% from 255 or 33.83% from 745); Blue value is 253 (99.22% from 255 or 33.96% from 745); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0FCFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FCFD is #0F0302. Grayscale: #F8F8F8. Windows color (decimal): -983811 or 16645360. OLE color: 16645360.
HSL color Cylindrical-coordinate representation of color #F0FCFD: hue angle of 184.62º 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 #F0FCFD is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 253 | - |
| CMYK | 0.05 | 0.00 | 0 | 0.01 |
| HSL | 184.62º | 0.76% | 0.97% | - |
| HSV(B) | 184.62º | 0.05% | 0.99% | - |
| XYZ | 88.48 | 95.24 | 106.65 | - |
| YUV | 248.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 253 | 0.05 | 0.00 | 0 | 0.01 | 184.62 | 0.76 | 0.97 |
| Hex | F0 | FC | FD | 5 | 0 | 0 | 1 | B9 | 4C | 61 |
| Octal | 360 | 374 | 375 | 5 | 0 | 0 | 1 | 271 | 114 | 141 |
| Binary | 11110000 | 11111100 | 11111101 | 101 | 0 | 0 | 1 | 10111001 | 1001100 | 1100001 |
Color Harmonies of #F0FCFD
Complementary color
Monochromatic Colors of #F0FCFD
Black with #F0FCFD
Text Example
Text Example
White with #F0FCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCFD; }
p { color: rgb(240,252,253); }
H1.HeaderClassName
{
color: #F0FCFD;
}
.AnyTagClassName
{
color: #F0FCFD;
}
</style>
background-color css
<style>
a { background-color: #F0FCFD; }
a { background-color: rgb(240,252,253); }
div.DivClassName
{
background-color: #F0FCFD;
}
.BgClassName
{
background-color: #F0FCFD;
}
</style>
border-color css
<style>
span { border-color: #F0FCFD; }
span { border-color: rgb(240,252,253); }
td.TdClassName
{
border-color: #F0FCFD;
}
.TagClassName
{
border-color: #F0FCFD;
}
</style>