Shades of Electric Blue #8AECEE
Tints of Electric Blue #8AECEE
RGB
CMYK
RGB Variations
Color information
#8AECEE (or 0x8AECEE) is known color: Electric Blue. HEX triplet: 8A, EC and EE. RGB value is (138,236,238). Sum of RGB (Red+Green+Blue) = 138+236+238=612 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.55% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #8AECEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AECEE is #751311. Grayscale: #CECECE. Windows color (decimal): -7672594 or 15658122. OLE color: 15658122.
HSL color Cylindrical-coordinate representation of color #8AECEE: hue angle of 181.2º 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 #8AECEE is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 236 | 238 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.07 |
| HSL | 181.2º | 0.75% | 0.74% | - |
| HSV(B) | 181.2º | 0.42% | 0.93% | - |
| XYZ | 55.91 | 71.57 | 91.76 | - |
| YUV | 206.93 | 145.53 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 236 | 238 | 0.42 | 0.01 | 0 | 0.07 | 181.2 | 0.75 | 0.74 |
| Hex | 8A | EC | EE | 2A | 1 | 0 | 7 | B5 | 4B | 4A |
| Octal | 212 | 354 | 356 | 52 | 1 | 0 | 7 | 265 | 113 | 112 |
| Binary | 10001010 | 11101100 | 11101110 | 101010 | 1 | 0 | 111 | 10110101 | 1001011 | 1001010 |
Color Harmonies of #8AECEE
Complementary color
Monochromatic Colors of #8AECEE
Black with #8AECEE
Text Example
Text Example
White with #8AECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AECEE; }
p { color: rgb(138,236,238); }
H1.HeaderClassName
{
color: #8AECEE;
}
.AnyTagClassName
{
color: #8AECEE;
}
</style>
background-color css
<style>
a { background-color: #8AECEE; }
a { background-color: rgb(138,236,238); }
div.DivClassName
{
background-color: #8AECEE;
}
.BgClassName
{
background-color: #8AECEE;
}
</style>
border-color css
<style>
span { border-color: #8AECEE; }
span { border-color: rgb(138,236,238); }
td.TdClassName
{
border-color: #8AECEE;
}
.TagClassName
{
border-color: #8AECEE;
}
</style>