Shades of Electric Blue #8AEEEA
Tints of Electric Blue #8AEEEA
RGB
CMYK
RGB Variations
Color information
#8AEEEA (or 0x8AEEEA) is known color: Electric Blue. HEX triplet: 8A, EE and EA. RGB value is (138,238,234). Sum of RGB (Red+Green+Blue) = 138+238+234=610 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.62% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AEEEA is #751115. Grayscale: #CFCFCF. Windows color (decimal): -7672086 or 15396490. OLE color: 15396490.
HSL color Cylindrical-coordinate representation of color #8AEEEA: hue angle of 177.6º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEEEA is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 238 | 234 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.07 |
| HSL | 177.6º | 0.75% | 0.74% | - |
| HSV(B) | 177.6º | 0.42% | 0.93% | - |
| XYZ | 55.91 | 72.49 | 88.89 | - |
| YUV | 207.64 | 142.87 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 238 | 234 | 0.42 | 0 | 0.02 | 0.07 | 177.6 | 0.75 | 0.74 |
| Hex | 8A | EE | EA | 2A | 0 | 2 | 7 | B2 | 4B | 4A |
| Octal | 212 | 356 | 352 | 52 | 0 | 2 | 7 | 262 | 113 | 112 |
| Binary | 10001010 | 11101110 | 11101010 | 101010 | 0 | 10 | 111 | 10110010 | 1001011 | 1001010 |
Color Harmonies of #8AEEEA
Complementary color
Monochromatic Colors of #8AEEEA
Black with #8AEEEA
Text Example
Text Example
White with #8AEEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEEEA; }
p { color: rgb(138,238,234); }
H1.HeaderClassName
{
color: #8AEEEA;
}
.AnyTagClassName
{
color: #8AEEEA;
}
</style>
background-color css
<style>
a { background-color: #8AEEEA; }
a { background-color: rgb(138,238,234); }
div.DivClassName
{
background-color: #8AEEEA;
}
.BgClassName
{
background-color: #8AEEEA;
}
</style>
border-color css
<style>
span { border-color: #8AEEEA; }
span { border-color: rgb(138,238,234); }
td.TdClassName
{
border-color: #8AEEEA;
}
.TagClassName
{
border-color: #8AEEEA;
}
</style>