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