Shades of Electric Blue #8EEDFE
Tints of Electric Blue #8EEDFE
RGB
CMYK
RGB Variations
Color information
#8EEDFE (or 0x8EEDFE) is known color: Electric Blue. HEX triplet: 8E, ED and FE. RGB value is (142,237,254). Sum of RGB (Red+Green+Blue) = 142+237+254=633 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.43% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #8EEDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEDFE is #711201. Grayscale: #D2D2D2. Windows color (decimal): -7410178 or 16706958. OLE color: 16706958.
HSL color Cylindrical-coordinate representation of color #8EEDFE: hue angle of 189.11º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EEDFE is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 237 | 254 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.00 |
| HSL | 189.11º | 0.98% | 0.78% | - |
| HSV(B) | 189.11º | 0.44% | 1% | - |
| XYZ | 59.33 | 73.47 | 104.82 | - |
| YUV | 210.53 | 152.53 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 237 | 254 | 0.44 | 0.07 | 0 | 0.00 | 189.11 | 0.98 | 0.78 |
| Hex | 8E | ED | FE | 2C | 7 | 0 | 0 | BD | 62 | 4E |
| Octal | 216 | 355 | 376 | 54 | 7 | 0 | 0 | 275 | 142 | 116 |
| Binary | 10001110 | 11101101 | 11111110 | 101100 | 111 | 0 | 0 | 10111101 | 1100010 | 1001110 |
Color Harmonies of #8EEDFE
Complementary color
Monochromatic Colors of #8EEDFE
Black with #8EEDFE
Text Example
Text Example
White with #8EEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEDFE; }
p { color: rgb(142,237,254); }
H1.HeaderClassName
{
color: #8EEDFE;
}
.AnyTagClassName
{
color: #8EEDFE;
}
</style>
background-color css
<style>
a { background-color: #8EEDFE; }
a { background-color: rgb(142,237,254); }
div.DivClassName
{
background-color: #8EEDFE;
}
.BgClassName
{
background-color: #8EEDFE;
}
</style>
border-color css
<style>
span { border-color: #8EEDFE; }
span { border-color: rgb(142,237,254); }
td.TdClassName
{
border-color: #8EEDFE;
}
.TagClassName
{
border-color: #8EEDFE;
}
</style>