Shades of Electric Blue #8EFFFE
Tints of Electric Blue #8EFFFE
RGB
CMYK
RGB Variations
Color information
#8EFFFE (or 0x8EFFFE) is known color: Electric Blue. HEX triplet: 8E, FF and FE. RGB value is (142,255,254). Sum of RGB (Red+Green+Blue) = 142+255+254=651 (86% of max value = 765). Red value is 142 (55.86% from 255 or 21.81% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFFFE is #710001. Grayscale: #DCDCDC. Windows color (decimal): -7405570 or 16711566. OLE color: 16711566.
HSL color Cylindrical-coordinate representation of color #8EFFFE: hue angle of 179.47º 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 #8EFFFE is Cyan = 0.44, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 255 | 254 | - |
| CMYK | 0.44 | 0 | 0.00 | 0 |
| HSL | 179.47º | 1% | 0.78% | - |
| HSV(B) | 179.47º | 0.44% | 1% | - |
| XYZ | 64.8 | 84.43 | 106.65 | - |
| YUV | 221.1 | 146.56 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 255 | 254 | 0.44 | 0 | 0.00 | 0 | 179.47 | 1 | 0.78 |
| Hex | 8E | FF | FE | 2C | 0 | 0 | 0 | B3 | 64 | 4E |
| Octal | 216 | 377 | 376 | 54 | 0 | 0 | 0 | 263 | 144 | 116 |
| Binary | 10001110 | 11111111 | 11111110 | 101100 | 0 | 0 | 0 | 10110011 | 1100100 | 1001110 |
Color Harmonies of #8EFFFE
Complementary color
Monochromatic Colors of #8EFFFE
Black with #8EFFFE
Text Example
Text Example
White with #8EFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFFFE; }
p { color: rgb(142,255,254); }
H1.HeaderClassName
{
color: #8EFFFE;
}
.AnyTagClassName
{
color: #8EFFFE;
}
</style>
background-color css
<style>
a { background-color: #8EFFFE; }
a { background-color: rgb(142,255,254); }
div.DivClassName
{
background-color: #8EFFFE;
}
.BgClassName
{
background-color: #8EFFFE;
}
</style>
border-color css
<style>
span { border-color: #8EFFFE; }
span { border-color: rgb(142,255,254); }
td.TdClassName
{
border-color: #8EFFFE;
}
.TagClassName
{
border-color: #8EFFFE;
}
</style>