Shades of Electric Blue #8EFFFF
Tints of Electric Blue #8EFFFF
RGB
CMYK
RGB Variations
Color information
#8EFFFF (or 0x8EFFFF) is known color: Electric Blue. HEX triplet: 8E, FF and FF. RGB value is (142,255,255). Sum of RGB (Red+Green+Blue) = 142+255+255=652 (86% of max value = 765). Red value is 142 (55.86% from 255 or 21.78% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #8EFFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFFFF is #710000. Grayscale: #DDDDDD. Windows color (decimal): -7405569 or 16777102. OLE color: 16777102.
HSL color Cylindrical-coordinate representation of color #8EFFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFFFF is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 255 | 255 | - |
| CMYK | 0.44 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.78% | - |
| HSV(B) | 180º | 0.44% | 1% | - |
| XYZ | 64.97 | 84.49 | 107.49 | - |
| YUV | 221.21 | 147.06 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 255 | 255 | 0.44 | 0 | 0 | 0 | 180 | 1 | 0.78 |
| Hex | 8E | FF | FF | 2C | 0 | 0 | 0 | B4 | 64 | 4E |
| Octal | 216 | 377 | 377 | 54 | 0 | 0 | 0 | 264 | 144 | 116 |
| Binary | 10001110 | 11111111 | 11111111 | 101100 | 0 | 0 | 0 | 10110100 | 1100100 | 1001110 |
Color Harmonies of #8EFFFF
Complementary color
Monochromatic Colors of #8EFFFF
Black with #8EFFFF
Text Example
Text Example
White with #8EFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFFFF; }
p { color: rgb(142,255,255); }
H1.HeaderClassName
{
color: #8EFFFF;
}
.AnyTagClassName
{
color: #8EFFFF;
}
</style>
background-color css
<style>
a { background-color: #8EFFFF; }
a { background-color: rgb(142,255,255); }
div.DivClassName
{
background-color: #8EFFFF;
}
.BgClassName
{
background-color: #8EFFFF;
}
</style>
border-color css
<style>
span { border-color: #8EFFFF; }
span { border-color: rgb(142,255,255); }
td.TdClassName
{
border-color: #8EFFFF;
}
.TagClassName
{
border-color: #8EFFFF;
}
</style>