Shades of Azure #EAFCFE
Tints of Azure #EAFCFE
RGB
CMYK
RGB Variations
Color information
#EAFCFE (or 0xEAFCFE) is known color: Azure. HEX triplet: EA, FC and FE. RGB value is (234,252,254). Sum of RGB (Red+Green+Blue) = 234+252+254=740 (98% of max value = 765). Red value is 234 (91.80% from 255 or 31.62% from 740); Green value is 252 (98.83% from 255 or 34.05% from 740); Blue value is 254 (99.61% from 255 or 34.32% from 740); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAFCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFCFE is #150301. Grayscale: #F6F6F6. Windows color (decimal): -1377026 or 16710890. OLE color: 16710890.
HSL color Cylindrical-coordinate representation of color #EAFCFE: hue angle of 186º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAFCFE is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 252 | 254 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.00 |
| HSL | 186º | 0.91% | 0.96% | - |
| HSV(B) | 186º | 0.08% | 1% | - |
| XYZ | 86.63 | 94.27 | 107.4 | - |
| YUV | 246.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 252 | 254 | 0.08 | 0.01 | 0 | 0.00 | 186 | 0.91 | 0.96 |
| Hex | EA | FC | FE | 8 | 1 | 0 | 0 | BA | 5B | 60 |
| Octal | 352 | 374 | 376 | 10 | 1 | 0 | 0 | 272 | 133 | 140 |
| Binary | 11101010 | 11111100 | 11111110 | 1000 | 1 | 0 | 0 | 10111010 | 1011011 | 1100000 |
Color Harmonies of #EAFCFE
Complementary color
Monochromatic Colors of #EAFCFE
Black with #EAFCFE
Text Example
Text Example
White with #EAFCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFCFE; }
p { color: rgb(234,252,254); }
H1.HeaderClassName
{
color: #EAFCFE;
}
.AnyTagClassName
{
color: #EAFCFE;
}
</style>
background-color css
<style>
a { background-color: #EAFCFE; }
a { background-color: rgb(234,252,254); }
div.DivClassName
{
background-color: #EAFCFE;
}
.BgClassName
{
background-color: #EAFCFE;
}
</style>
border-color css
<style>
span { border-color: #EAFCFE; }
span { border-color: rgb(234,252,254); }
td.TdClassName
{
border-color: #EAFCFE;
}
.TagClassName
{
border-color: #EAFCFE;
}
</style>