Shades of Electric Blue #8EFFF5
Tints of Electric Blue #8EFFF5
RGB
CMYK
RGB Variations
Color information
#8EFFF5 (or 0x8EFFF5) is known color: Electric Blue. HEX triplet: 8E, FF and F5. RGB value is (142,255,245). Sum of RGB (Red+Green+Blue) = 142+255+245=642 (85% of max value = 765). Red value is 142 (55.86% from 255 or 22.12% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 245 (96.09% from 255 or 38.16% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFFF5 is #71000A. Grayscale: #DBDBDB. Windows color (decimal): -7405579 or 16121742. OLE color: 16121742.
HSL color Cylindrical-coordinate representation of color #8EFFF5: hue angle of 174.69º 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 #8EFFF5 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 255 | 245 | - |
| CMYK | 0.44 | 0 | 0.04 | 0 |
| HSL | 174.69º | 1% | 0.78% | - |
| HSV(B) | 174.69º | 0.44% | 1% | - |
| XYZ | 63.4 | 83.86 | 99.23 | - |
| YUV | 220.07 | 142.06 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 255 | 245 | 0.44 | 0 | 0.04 | 0 | 174.69 | 1 | 0.78 |
| Hex | 8E | FF | F5 | 2C | 0 | 4 | 0 | AF | 64 | 4E |
| Octal | 216 | 377 | 365 | 54 | 0 | 4 | 0 | 257 | 144 | 116 |
| Binary | 10001110 | 11111111 | 11110101 | 101100 | 0 | 100 | 0 | 10101111 | 1100100 | 1001110 |
Color Harmonies of #8EFFF5
Complementary color
Monochromatic Colors of #8EFFF5
Black with #8EFFF5
Text Example
Text Example
White with #8EFFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFFF5; }
p { color: rgb(142,255,245); }
H1.HeaderClassName
{
color: #8EFFF5;
}
.AnyTagClassName
{
color: #8EFFF5;
}
</style>
background-color css
<style>
a { background-color: #8EFFF5; }
a { background-color: rgb(142,255,245); }
div.DivClassName
{
background-color: #8EFFF5;
}
.BgClassName
{
background-color: #8EFFF5;
}
</style>
border-color css
<style>
span { border-color: #8EFFF5; }
span { border-color: rgb(142,255,245); }
td.TdClassName
{
border-color: #8EFFF5;
}
.TagClassName
{
border-color: #8EFFF5;
}
</style>