Shades of Electric Blue #8FF0EE
Tints of Electric Blue #8FF0EE
RGB
CMYK
RGB Variations
Color information
#8FF0EE (or 0x8FF0EE) is known color: Electric Blue. HEX triplet: 8F, F0 and EE. RGB value is (143,240,238). Sum of RGB (Red+Green+Blue) = 143+240+238=621 (82% of max value = 765). Red value is 143 (56.25% from 255 or 23.03% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF0EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF0EE is #700F11. Grayscale: #D2D2D2. Windows color (decimal): -7343890 or 15659151. OLE color: 15659151.
HSL color Cylindrical-coordinate representation of color #8FF0EE: hue angle of 178.76º 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 #8FF0EE is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 240 | 238 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.06 |
| HSL | 178.76º | 0.76% | 0.75% | - |
| HSV(B) | 178.76º | 0.4% | 0.94% | - |
| XYZ | 57.92 | 74.33 | 92.18 | - |
| YUV | 210.77 | 143.36 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 238 | 0.40 | 0 | 0.01 | 0.06 | 178.76 | 0.76 | 0.75 |
| Hex | 8F | F0 | EE | 28 | 0 | 1 | 6 | B3 | 4C | 4B |
| Octal | 217 | 360 | 356 | 50 | 0 | 1 | 6 | 263 | 114 | 113 |
| Binary | 10001111 | 11110000 | 11101110 | 101000 | 0 | 1 | 110 | 10110011 | 1001100 | 1001011 |
Color Harmonies of #8FF0EE
Complementary color
Monochromatic Colors of #8FF0EE
Black with #8FF0EE
Text Example
Text Example
White with #8FF0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF0EE; }
p { color: rgb(143,240,238); }
H1.HeaderClassName
{
color: #8FF0EE;
}
.AnyTagClassName
{
color: #8FF0EE;
}
</style>
background-color css
<style>
a { background-color: #8FF0EE; }
a { background-color: rgb(143,240,238); }
div.DivClassName
{
background-color: #8FF0EE;
}
.BgClassName
{
background-color: #8FF0EE;
}
</style>
border-color css
<style>
span { border-color: #8FF0EE; }
span { border-color: rgb(143,240,238); }
td.TdClassName
{
border-color: #8FF0EE;
}
.TagClassName
{
border-color: #8FF0EE;
}
</style>