Shades of Azure #EAFBFE
Tints of Azure #EAFBFE
RGB
CMYK
RGB Variations
Color information
#EAFBFE (or 0xEAFBFE) is known color: Azure. HEX triplet: EA, FB and FE. RGB value is (234,251,254). Sum of RGB (Red+Green+Blue) = 234+251+254=739 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.66% from 739); Green value is 251 (98.44% from 255 or 33.96% from 739); Blue value is 254 (99.61% from 255 or 34.37% from 739); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAFBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFBFE is #150401. Grayscale: #F6F6F6. Windows color (decimal): -1377282 or 16710634. OLE color: 16710634.
HSL color Cylindrical-coordinate representation of color #EAFBFE: hue angle of 189º 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 #EAFBFE is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 251 | 254 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.00 |
| HSL | 189º | 0.91% | 0.96% | - |
| HSV(B) | 189º | 0.08% | 1% | - |
| XYZ | 86.32 | 93.64 | 107.29 | - |
| YUV | 246.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 251 | 254 | 0.08 | 0.01 | 0 | 0.00 | 189 | 0.91 | 0.96 |
| Hex | EA | FB | FE | 8 | 1 | 0 | 0 | BD | 5B | 60 |
| Octal | 352 | 373 | 376 | 10 | 1 | 0 | 0 | 275 | 133 | 140 |
| Binary | 11101010 | 11111011 | 11111110 | 1000 | 1 | 0 | 0 | 10111101 | 1011011 | 1100000 |
Color Harmonies of #EAFBFE
Complementary color
Monochromatic Colors of #EAFBFE
Black with #EAFBFE
Text Example
Text Example
White with #EAFBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFBFE; }
p { color: rgb(234,251,254); }
H1.HeaderClassName
{
color: #EAFBFE;
}
.AnyTagClassName
{
color: #EAFBFE;
}
</style>
background-color css
<style>
a { background-color: #EAFBFE; }
a { background-color: rgb(234,251,254); }
div.DivClassName
{
background-color: #EAFBFE;
}
.BgClassName
{
background-color: #EAFBFE;
}
</style>
border-color css
<style>
span { border-color: #EAFBFE; }
span { border-color: rgb(234,251,254); }
td.TdClassName
{
border-color: #EAFBFE;
}
.TagClassName
{
border-color: #EAFBFE;
}
</style>