Shades of Electric Blue #8EEEFF
Tints of Electric Blue #8EEEFF
RGB
CMYK
RGB Variations
Color information
#8EEEFF (or 0x8EEEFF) is known color: Electric Blue. HEX triplet: 8E, EE and FF. RGB value is (142,238,255). Sum of RGB (Red+Green+Blue) = 142+238+255=635 (84% of max value = 765). Red value is 142 (55.86% from 255 or 22.36% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EEEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEEFF is #711100. Grayscale: #D3D3D3. Windows color (decimal): -7409921 or 16772750. OLE color: 16772750.
HSL color Cylindrical-coordinate representation of color #8EEEFF: hue angle of 189.03º 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 #8EEEFF is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 238 | 255 | - |
| CMYK | 0.44 | 0.07 | 0 | 0 |
| HSL | 189.03º | 1% | 0.78% | - |
| HSV(B) | 189.03º | 0.44% | 1% | - |
| XYZ | 59.78 | 74.12 | 105.76 | - |
| YUV | 211.23 | 152.7 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 238 | 255 | 0.44 | 0.07 | 0 | 0 | 189.03 | 1 | 0.78 |
| Hex | 8E | EE | FF | 2C | 7 | 0 | 0 | BD | 64 | 4E |
| Octal | 216 | 356 | 377 | 54 | 7 | 0 | 0 | 275 | 144 | 116 |
| Binary | 10001110 | 11101110 | 11111111 | 101100 | 111 | 0 | 0 | 10111101 | 1100100 | 1001110 |
Color Harmonies of #8EEEFF
Complementary color
Monochromatic Colors of #8EEEFF
Black with #8EEEFF
Text Example
Text Example
White with #8EEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEEFF; }
p { color: rgb(142,238,255); }
H1.HeaderClassName
{
color: #8EEEFF;
}
.AnyTagClassName
{
color: #8EEEFF;
}
</style>
background-color css
<style>
a { background-color: #8EEEFF; }
a { background-color: rgb(142,238,255); }
div.DivClassName
{
background-color: #8EEEFF;
}
.BgClassName
{
background-color: #8EEEFF;
}
</style>
border-color css
<style>
span { border-color: #8EEEFF; }
span { border-color: rgb(142,238,255); }
td.TdClassName
{
border-color: #8EEEFF;
}
.TagClassName
{
border-color: #8EEEFF;
}
</style>