Shades of Electric Blue #8AE9EE
Tints of Electric Blue #8AE9EE
RGB
CMYK
RGB Variations
Color information
#8AE9EE (or 0x8AE9EE) is known color: Electric Blue. HEX triplet: 8A, E9 and EE. RGB value is (138,233,238). Sum of RGB (Red+Green+Blue) = 138+233+238=609 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.66% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #8AE9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AE9EE is #751611. Grayscale: #CDCDCD. Windows color (decimal): -7673362 or 15657354. OLE color: 15657354.
HSL color Cylindrical-coordinate representation of color #8AE9EE: hue angle of 183º 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 #8AE9EE is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 233 | 238 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.07 |
| HSL | 183º | 0.75% | 0.74% | - |
| HSV(B) | 183º | 0.42% | 0.93% | - |
| XYZ | 55.05 | 69.85 | 91.47 | - |
| YUV | 205.17 | 146.53 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 233 | 238 | 0.42 | 0.02 | 0 | 0.07 | 183 | 0.75 | 0.74 |
| Hex | 8A | E9 | EE | 2A | 2 | 0 | 7 | B7 | 4B | 4A |
| Octal | 212 | 351 | 356 | 52 | 2 | 0 | 7 | 267 | 113 | 112 |
| Binary | 10001010 | 11101001 | 11101110 | 101010 | 10 | 0 | 111 | 10110111 | 1001011 | 1001010 |
Color Harmonies of #8AE9EE
Complementary color
Monochromatic Colors of #8AE9EE
Black with #8AE9EE
Text Example
Text Example
White with #8AE9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE9EE; }
p { color: rgb(138,233,238); }
H1.HeaderClassName
{
color: #8AE9EE;
}
.AnyTagClassName
{
color: #8AE9EE;
}
</style>
background-color css
<style>
a { background-color: #8AE9EE; }
a { background-color: rgb(138,233,238); }
div.DivClassName
{
background-color: #8AE9EE;
}
.BgClassName
{
background-color: #8AE9EE;
}
</style>
border-color css
<style>
span { border-color: #8AE9EE; }
span { border-color: rgb(138,233,238); }
td.TdClassName
{
border-color: #8AE9EE;
}
.TagClassName
{
border-color: #8AE9EE;
}
</style>