Shades of Azure #EAFFFE
Tints of Azure #EAFFFE
RGB
CMYK
RGB Variations
Color information
#EAFFFE (or 0xEAFFFE) is known color: Azure. HEX triplet: EA, FF and FE. RGB value is (234,255,254). Sum of RGB (Red+Green+Blue) = 234+255+254=743 (98% of max value = 765). Red value is 234 (91.80% from 255 or 31.49% from 743); Green value is 255 (100% from 255 or 34.32% from 743); Blue value is 254 (99.61% from 255 or 34.19% from 743); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFFFE is #150001. Grayscale: #F8F8F8. Windows color (decimal): -1376258 or 16711658. OLE color: 16711658.
HSL color Cylindrical-coordinate representation of color #EAFFFE: hue angle of 177.14º 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 #EAFFFE is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 254 | - |
| CMYK | 0.08 | 0 | 0.00 | 0 |
| HSL | 177.14º | 1% | 0.96% | - |
| HSV(B) | 177.14º | 0.08% | 1% | - |
| XYZ | 87.58 | 96.17 | 107.71 | - |
| YUV | 248.61 | 131.04 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 254 | 0.08 | 0 | 0.00 | 0 | 177.14 | 1 | 0.96 |
| Hex | EA | FF | FE | 8 | 0 | 0 | 0 | B1 | 64 | 60 |
| Octal | 352 | 377 | 376 | 10 | 0 | 0 | 0 | 261 | 144 | 140 |
| Binary | 11101010 | 11111111 | 11111110 | 1000 | 0 | 0 | 0 | 10110001 | 1100100 | 1100000 |
Color Harmonies of #EAFFFE
Complementary color
Monochromatic Colors of #EAFFFE
Black with #EAFFFE
Text Example
Text Example
White with #EAFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFFFE; }
p { color: rgb(234,255,254); }
H1.HeaderClassName
{
color: #EAFFFE;
}
.AnyTagClassName
{
color: #EAFFFE;
}
</style>
background-color css
<style>
a { background-color: #EAFFFE; }
a { background-color: rgb(234,255,254); }
div.DivClassName
{
background-color: #EAFFFE;
}
.BgClassName
{
background-color: #EAFFFE;
}
</style>
border-color css
<style>
span { border-color: #EAFFFE; }
span { border-color: rgb(234,255,254); }
td.TdClassName
{
border-color: #EAFFFE;
}
.TagClassName
{
border-color: #EAFFFE;
}
</style>