Shades of Electric Blue #8EFDF2
Tints of Electric Blue #8EFDF2
RGB
CMYK
RGB Variations
Color information
#8EFDF2 (or 0x8EFDF2) is known color: Electric Blue. HEX triplet: 8E, FD and F2. RGB value is (142,253,242). Sum of RGB (Red+Green+Blue) = 142+253+242=637 (84% of max value = 765). Red value is 142 (55.86% from 255 or 22.29% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFDF2 is #71020D. Grayscale: #DADADA. Windows color (decimal): -7406094 or 15924622. OLE color: 15924622.
HSL color Cylindrical-coordinate representation of color #8EFDF2: hue angle of 174.05º 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 #8EFDF2 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 253 | 242 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.01 |
| HSL | 174.05º | 0.97% | 0.77% | - |
| HSV(B) | 174.05º | 0.44% | 0.99% | - |
| XYZ | 62.31 | 82.41 | 96.63 | - |
| YUV | 218.56 | 141.23 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 253 | 242 | 0.44 | 0 | 0.04 | 0.01 | 174.05 | 0.97 | 0.77 |
| Hex | 8E | FD | F2 | 2C | 0 | 4 | 1 | AE | 61 | 4D |
| Octal | 216 | 375 | 362 | 54 | 0 | 4 | 1 | 256 | 141 | 115 |
| Binary | 10001110 | 11111101 | 11110010 | 101100 | 0 | 100 | 1 | 10101110 | 1100001 | 1001101 |
Color Harmonies of #8EFDF2
Complementary color
Monochromatic Colors of #8EFDF2
Black with #8EFDF2
Text Example
Text Example
White with #8EFDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFDF2; }
p { color: rgb(142,253,242); }
H1.HeaderClassName
{
color: #8EFDF2;
}
.AnyTagClassName
{
color: #8EFDF2;
}
</style>
background-color css
<style>
a { background-color: #8EFDF2; }
a { background-color: rgb(142,253,242); }
div.DivClassName
{
background-color: #8EFDF2;
}
.BgClassName
{
background-color: #8EFDF2;
}
</style>
border-color css
<style>
span { border-color: #8EFDF2; }
span { border-color: rgb(142,253,242); }
td.TdClassName
{
border-color: #8EFDF2;
}
.TagClassName
{
border-color: #8EFDF2;
}
</style>