Shades of Electric Blue #8FF2EC
Tints of Electric Blue #8FF2EC
RGB
CMYK
RGB Variations
Color information
#8FF2EC (or 0x8FF2EC) is known color: Electric Blue. HEX triplet: 8F, F2 and EC. RGB value is (143,242,236). Sum of RGB (Red+Green+Blue) = 143+242+236=621 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.03% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #8FF2EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF2EC is #700D13. Grayscale: #D3D3D3. Windows color (decimal): -7343380 or 15528591. OLE color: 15528591.
HSL color Cylindrical-coordinate representation of color #8FF2EC: hue angle of 176.36º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FF2EC is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 242 | 236 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.05 |
| HSL | 176.36º | 0.79% | 0.75% | - |
| HSV(B) | 176.36º | 0.41% | 0.95% | - |
| XYZ | 58.22 | 75.4 | 90.84 | - |
| YUV | 211.72 | 141.7 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 242 | 236 | 0.41 | 0 | 0.02 | 0.05 | 176.36 | 0.79 | 0.75 |
| Hex | 8F | F2 | EC | 29 | 0 | 2 | 5 | B0 | 4F | 4B |
| Octal | 217 | 362 | 354 | 51 | 0 | 2 | 5 | 260 | 117 | 113 |
| Binary | 10001111 | 11110010 | 11101100 | 101001 | 0 | 10 | 101 | 10110000 | 1001111 | 1001011 |
Color Harmonies of #8FF2EC
Complementary color
Monochromatic Colors of #8FF2EC
Black with #8FF2EC
Text Example
Text Example
White with #8FF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF2EC; }
p { color: rgb(143,242,236); }
H1.HeaderClassName
{
color: #8FF2EC;
}
.AnyTagClassName
{
color: #8FF2EC;
}
</style>
background-color css
<style>
a { background-color: #8FF2EC; }
a { background-color: rgb(143,242,236); }
div.DivClassName
{
background-color: #8FF2EC;
}
.BgClassName
{
background-color: #8FF2EC;
}
</style>
border-color css
<style>
span { border-color: #8FF2EC; }
span { border-color: rgb(143,242,236); }
td.TdClassName
{
border-color: #8FF2EC;
}
.TagClassName
{
border-color: #8FF2EC;
}
</style>