Shades of Electric Blue #8AECE8
Tints of Electric Blue #8AECE8
RGB
CMYK
RGB Variations
Color information
#8AECE8 (or 0x8AECE8) is known color: Electric Blue. HEX triplet: 8A, EC and E8. RGB value is (138,236,232). Sum of RGB (Red+Green+Blue) = 138+236+232=606 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.77% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #8AECE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AECE8 is #751317. Grayscale: #CECECE. Windows color (decimal): -7672600 or 15264906. OLE color: 15264906.
HSL color Cylindrical-coordinate representation of color #8AECE8: hue angle of 177.55º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AECE8 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 236 | 232 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.07 |
| HSL | 177.55º | 0.72% | 0.73% | - |
| HSV(B) | 177.55º | 0.42% | 0.93% | - |
| XYZ | 55.04 | 71.22 | 87.19 | - |
| YUV | 206.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 236 | 232 | 0.42 | 0 | 0.02 | 0.07 | 177.55 | 0.72 | 0.73 |
| Hex | 8A | EC | E8 | 2A | 0 | 2 | 7 | B2 | 48 | 49 |
| Octal | 212 | 354 | 350 | 52 | 0 | 2 | 7 | 262 | 110 | 111 |
| Binary | 10001010 | 11101100 | 11101000 | 101010 | 0 | 10 | 111 | 10110010 | 1001000 | 1001001 |
Color Harmonies of #8AECE8
Complementary color
Monochromatic Colors of #8AECE8
Black with #8AECE8
Text Example
Text Example
White with #8AECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AECE8; }
p { color: rgb(138,236,232); }
H1.HeaderClassName
{
color: #8AECE8;
}
.AnyTagClassName
{
color: #8AECE8;
}
</style>
background-color css
<style>
a { background-color: #8AECE8; }
a { background-color: rgb(138,236,232); }
div.DivClassName
{
background-color: #8AECE8;
}
.BgClassName
{
background-color: #8AECE8;
}
</style>
border-color css
<style>
span { border-color: #8AECE8; }
span { border-color: rgb(138,236,232); }
td.TdClassName
{
border-color: #8AECE8;
}
.TagClassName
{
border-color: #8AECE8;
}
</style>