Shades of Electric Blue #8EEDFD
Tints of Electric Blue #8EEDFD
RGB
CMYK
RGB Variations
Color information
#8EEDFD (or 0x8EEDFD) is known color: Electric Blue. HEX triplet: 8E, ED and FD. RGB value is (142,237,253). Sum of RGB (Red+Green+Blue) = 142+237+253=632 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.47% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EEDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEDFD is #711202. Grayscale: #D2D2D2. Windows color (decimal): -7410179 or 16641422. OLE color: 16641422.
HSL color Cylindrical-coordinate representation of color #8EEDFD: hue angle of 188.65º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EEDFD is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 237 | 253 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.01 |
| HSL | 188.65º | 0.97% | 0.77% | - |
| HSV(B) | 188.65º | 0.44% | 0.99% | - |
| XYZ | 59.17 | 73.41 | 103.98 | - |
| YUV | 210.42 | 152.03 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 237 | 253 | 0.44 | 0.06 | 0 | 0.01 | 188.65 | 0.97 | 0.77 |
| Hex | 8E | ED | FD | 2C | 6 | 0 | 1 | BD | 61 | 4D |
| Octal | 216 | 355 | 375 | 54 | 6 | 0 | 1 | 275 | 141 | 115 |
| Binary | 10001110 | 11101101 | 11111101 | 101100 | 110 | 0 | 1 | 10111101 | 1100001 | 1001101 |
Color Harmonies of #8EEDFD
Complementary color
Monochromatic Colors of #8EEDFD
Black with #8EEDFD
Text Example
Text Example
White with #8EEDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEDFD; }
p { color: rgb(142,237,253); }
H1.HeaderClassName
{
color: #8EEDFD;
}
.AnyTagClassName
{
color: #8EEDFD;
}
</style>
background-color css
<style>
a { background-color: #8EEDFD; }
a { background-color: rgb(142,237,253); }
div.DivClassName
{
background-color: #8EEDFD;
}
.BgClassName
{
background-color: #8EEDFD;
}
</style>
border-color css
<style>
span { border-color: #8EEDFD; }
span { border-color: rgb(142,237,253); }
td.TdClassName
{
border-color: #8EEDFD;
}
.TagClassName
{
border-color: #8EEDFD;
}
</style>