Shades of Electric Blue #8AFFEC
Tints of Electric Blue #8AFFEC
RGB
CMYK
RGB Variations
Color information
#8AFFEC (or 0x8AFFEC) is known color: Electric Blue. HEX triplet: 8A, FF and EC. RGB value is (138,255,236). Sum of RGB (Red+Green+Blue) = 138+255+236=629 (83% of max value = 765). Red value is 138 (54.30% from 255 or 21.94% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFFEC is #750013. Grayscale: #D9D9D9. Windows color (decimal): -7667732 or 15531914. OLE color: 15531914.
HSL color Cylindrical-coordinate representation of color #8AFFEC: hue angle of 170.26º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFFEC is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 236 | - |
| CMYK | 0.46 | 0 | 0.07 | 0 |
| HSL | 170.26º | 1% | 0.77% | - |
| HSV(B) | 170.26º | 0.46% | 1% | - |
| XYZ | 61.38 | 82.98 | 92.14 | - |
| YUV | 217.85 | 138.24 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 236 | 0.46 | 0 | 0.07 | 0 | 170.26 | 1 | 0.77 |
| Hex | 8A | FF | EC | 2E | 0 | 7 | 0 | AA | 64 | 4D |
| Octal | 212 | 377 | 354 | 56 | 0 | 7 | 0 | 252 | 144 | 115 |
| Binary | 10001010 | 11111111 | 11101100 | 101110 | 0 | 111 | 0 | 10101010 | 1100100 | 1001101 |
Color Harmonies of #8AFFEC
Complementary color
Monochromatic Colors of #8AFFEC
Black with #8AFFEC
Text Example
Text Example
White with #8AFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFFEC; }
p { color: rgb(138,255,236); }
H1.HeaderClassName
{
color: #8AFFEC;
}
.AnyTagClassName
{
color: #8AFFEC;
}
</style>
background-color css
<style>
a { background-color: #8AFFEC; }
a { background-color: rgb(138,255,236); }
div.DivClassName
{
background-color: #8AFFEC;
}
.BgClassName
{
background-color: #8AFFEC;
}
</style>
border-color css
<style>
span { border-color: #8AFFEC; }
span { border-color: rgb(138,255,236); }
td.TdClassName
{
border-color: #8AFFEC;
}
.TagClassName
{
border-color: #8AFFEC;
}
</style>