Shades of Azure #EAFFFC
Tints of Azure #EAFFFC
RGB
CMYK
RGB Variations
Color information
#EAFFFC (or 0xEAFFFC) is known color: Azure. HEX triplet: EA, FF and FC. RGB value is (234,255,252). Sum of RGB (Red+Green+Blue) = 234+255+252=741 (98% of max value = 765). Red value is 234 (91.80% from 255 or 31.58% from 741); Green value is 255 (100% from 255 or 34.41% from 741); Blue value is 252 (98.83% from 255 or 34.01% from 741); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFFFC is #150003. Grayscale: #F8F8F8. Windows color (decimal): -1376260 or 16580586. OLE color: 16580586.
HSL color Cylindrical-coordinate representation of color #EAFFFC: hue angle of 171.43º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAFFFC is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 252 | - |
| CMYK | 0.08 | 0 | 0.01 | 0 |
| HSL | 171.43º | 1% | 0.96% | - |
| HSV(B) | 171.43º | 0.08% | 1% | - |
| XYZ | 87.26 | 96.04 | 106.03 | - |
| YUV | 248.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 252 | 0.08 | 0 | 0.01 | 0 | 171.43 | 1 | 0.96 |
| Hex | EA | FF | FC | 8 | 0 | 1 | 0 | AB | 64 | 60 |
| Octal | 352 | 377 | 374 | 10 | 0 | 1 | 0 | 253 | 144 | 140 |
| Binary | 11101010 | 11111111 | 11111100 | 1000 | 0 | 1 | 0 | 10101011 | 1100100 | 1100000 |
Color Harmonies of #EAFFFC
Complementary color
Monochromatic Colors of #EAFFFC
Black with #EAFFFC
Text Example
Text Example
White with #EAFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFFFC; }
p { color: rgb(234,255,252); }
H1.HeaderClassName
{
color: #EAFFFC;
}
.AnyTagClassName
{
color: #EAFFFC;
}
</style>
background-color css
<style>
a { background-color: #EAFFFC; }
a { background-color: rgb(234,255,252); }
div.DivClassName
{
background-color: #EAFFFC;
}
.BgClassName
{
background-color: #EAFFFC;
}
</style>
border-color css
<style>
span { border-color: #EAFFFC; }
span { border-color: rgb(234,255,252); }
td.TdClassName
{
border-color: #EAFFFC;
}
.TagClassName
{
border-color: #EAFFFC;
}
</style>