Shades of Electric Blue #8EFBF8
Tints of Electric Blue #8EFBF8
RGB
CMYK
RGB Variations
Color information
#8EFBF8 (or 0x8EFBF8) is known color: Electric Blue. HEX triplet: 8E, FB and F8. RGB value is (142,251,248). Sum of RGB (Red+Green+Blue) = 142+251+248=641 (84% of max value = 765). Red value is 142 (55.86% from 255 or 22.15% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #8EFBF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFBF8 is #710407. Grayscale: #D9D9D9. Windows color (decimal): -7406600 or 16317326. OLE color: 16317326.
HSL color Cylindrical-coordinate representation of color #8EFBF8: hue angle of 178.35º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EFBF8 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 251 | 248 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.02 |
| HSL | 178.35º | 0.93% | 0.77% | - |
| HSV(B) | 178.35º | 0.43% | 0.98% | - |
| XYZ | 62.6 | 81.52 | 101.24 | - |
| YUV | 218.07 | 144.89 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 251 | 248 | 0.43 | 0 | 0.01 | 0.02 | 178.35 | 0.93 | 0.77 |
| Hex | 8E | FB | F8 | 2B | 0 | 1 | 2 | B2 | 5D | 4D |
| Octal | 216 | 373 | 370 | 53 | 0 | 1 | 2 | 262 | 135 | 115 |
| Binary | 10001110 | 11111011 | 11111000 | 101011 | 0 | 1 | 10 | 10110010 | 1011101 | 1001101 |
Color Harmonies of #8EFBF8
Complementary color
Monochromatic Colors of #8EFBF8
Black with #8EFBF8
Text Example
Text Example
White with #8EFBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFBF8; }
p { color: rgb(142,251,248); }
H1.HeaderClassName
{
color: #8EFBF8;
}
.AnyTagClassName
{
color: #8EFBF8;
}
</style>
background-color css
<style>
a { background-color: #8EFBF8; }
a { background-color: rgb(142,251,248); }
div.DivClassName
{
background-color: #8EFBF8;
}
.BgClassName
{
background-color: #8EFBF8;
}
</style>
border-color css
<style>
span { border-color: #8EFBF8; }
span { border-color: rgb(142,251,248); }
td.TdClassName
{
border-color: #8EFBF8;
}
.TagClassName
{
border-color: #8EFBF8;
}
</style>