Shades of Azure #F0FCFE
Tints of Azure #F0FCFE
RGB
CMYK
RGB Variations
Color information
#F0FCFE (or 0xF0FCFE) is known color: Azure. HEX triplet: F0, FC and FE. RGB value is (240,252,254). Sum of RGB (Red+Green+Blue) = 240+252+254=746 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.17% from 746); Green value is 252 (98.83% from 255 or 33.78% from 746); Blue value is 254 (99.61% from 255 or 34.05% from 746); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0FCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FCFE is #0F0301. Grayscale: #F8F8F8. Windows color (decimal): -983810 or 16710896. OLE color: 16710896.
HSL color Cylindrical-coordinate representation of color #F0FCFE: hue angle of 188.57º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0FCFE is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 252 | 254 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.00 |
| HSL | 188.57º | 0.88% | 0.97% | - |
| HSV(B) | 188.57º | 0.06% | 1% | - |
| XYZ | 88.63 | 95.3 | 107.49 | - |
| YUV | 248.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 254 | 0.06 | 0.01 | 0 | 0.00 | 188.57 | 0.88 | 0.97 |
| Hex | F0 | FC | FE | 6 | 1 | 0 | 0 | BD | 58 | 61 |
| Octal | 360 | 374 | 376 | 6 | 1 | 0 | 0 | 275 | 130 | 141 |
| Binary | 11110000 | 11111100 | 11111110 | 110 | 1 | 0 | 0 | 10111101 | 1011000 | 1100001 |
Color Harmonies of #F0FCFE
Complementary color
Monochromatic Colors of #F0FCFE
Black with #F0FCFE
Text Example
Text Example
White with #F0FCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCFE; }
p { color: rgb(240,252,254); }
H1.HeaderClassName
{
color: #F0FCFE;
}
.AnyTagClassName
{
color: #F0FCFE;
}
</style>
background-color css
<style>
a { background-color: #F0FCFE; }
a { background-color: rgb(240,252,254); }
div.DivClassName
{
background-color: #F0FCFE;
}
.BgClassName
{
background-color: #F0FCFE;
}
</style>
border-color css
<style>
span { border-color: #F0FCFE; }
span { border-color: rgb(240,252,254); }
td.TdClassName
{
border-color: #F0FCFE;
}
.TagClassName
{
border-color: #F0FCFE;
}
</style>