Shades of Electric Blue #8FF0EF
Tints of Electric Blue #8FF0EF
RGB
CMYK
RGB Variations
Color information
#8FF0EF (or 0x8FF0EF) is known color: Electric Blue. HEX triplet: 8F, F0 and EF. RGB value is (143,240,239). Sum of RGB (Red+Green+Blue) = 143+240+239=622 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.99% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF0EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF0EF is #700F10. Grayscale: #D2D2D2. Windows color (decimal): -7343889 or 15724687. OLE color: 15724687.
HSL color Cylindrical-coordinate representation of color #8FF0EF: hue angle of 179.38º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FF0EF is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 240 | 239 | - |
| CMYK | 0.40 | 0 | 0.00 | 0.06 |
| HSL | 179.38º | 0.76% | 0.75% | - |
| HSV(B) | 179.38º | 0.4% | 0.94% | - |
| XYZ | 58.07 | 74.39 | 92.96 | - |
| YUV | 210.88 | 143.86 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 239 | 0.40 | 0 | 0.00 | 0.06 | 179.38 | 0.76 | 0.75 |
| Hex | 8F | F0 | EF | 28 | 0 | 0 | 6 | B3 | 4C | 4B |
| Octal | 217 | 360 | 357 | 50 | 0 | 0 | 6 | 263 | 114 | 113 |
| Binary | 10001111 | 11110000 | 11101111 | 101000 | 0 | 0 | 110 | 10110011 | 1001100 | 1001011 |
Color Harmonies of #8FF0EF
Complementary color
Monochromatic Colors of #8FF0EF
Black with #8FF0EF
Text Example
Text Example
White with #8FF0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF0EF; }
p { color: rgb(143,240,239); }
H1.HeaderClassName
{
color: #8FF0EF;
}
.AnyTagClassName
{
color: #8FF0EF;
}
</style>
background-color css
<style>
a { background-color: #8FF0EF; }
a { background-color: rgb(143,240,239); }
div.DivClassName
{
background-color: #8FF0EF;
}
.BgClassName
{
background-color: #8FF0EF;
}
</style>
border-color css
<style>
span { border-color: #8FF0EF; }
span { border-color: rgb(143,240,239); }
td.TdClassName
{
border-color: #8FF0EF;
}
.TagClassName
{
border-color: #8FF0EF;
}
</style>