Shades of Electric Blue #8FFEEE
Tints of Electric Blue #8FFEEE
RGB
CMYK
RGB Variations
Color information
#8FFEEE (or 0x8FFEEE) is known color: Electric Blue. HEX triplet: 8F, FE and EE. RGB value is (143,254,238). Sum of RGB (Red+Green+Blue) = 143+254+238=635 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.52% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFEEE is #700111. Grayscale: #DADADA. Windows color (decimal): -7340306 or 15662735. OLE color: 15662735.
HSL color Cylindrical-coordinate representation of color #8FFEEE: hue angle of 171.35º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FFEEE is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 254 | 238 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.00 |
| HSL | 171.35º | 0.98% | 0.78% | - |
| HSV(B) | 171.35º | 0.44% | 1% | - |
| XYZ | 62.2 | 82.9 | 93.61 | - |
| YUV | 218.99 | 138.73 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 254 | 238 | 0.44 | 0 | 0.06 | 0.00 | 171.35 | 0.98 | 0.78 |
| Hex | 8F | FE | EE | 2C | 0 | 6 | 0 | AB | 62 | 4E |
| Octal | 217 | 376 | 356 | 54 | 0 | 6 | 0 | 253 | 142 | 116 |
| Binary | 10001111 | 11111110 | 11101110 | 101100 | 0 | 110 | 0 | 10101011 | 1100010 | 1001110 |
Color Harmonies of #8FFEEE
Complementary color
Monochromatic Colors of #8FFEEE
Black with #8FFEEE
Text Example
Text Example
White with #8FFEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFEEE; }
p { color: rgb(143,254,238); }
H1.HeaderClassName
{
color: #8FFEEE;
}
.AnyTagClassName
{
color: #8FFEEE;
}
</style>
background-color css
<style>
a { background-color: #8FFEEE; }
a { background-color: rgb(143,254,238); }
div.DivClassName
{
background-color: #8FFEEE;
}
.BgClassName
{
background-color: #8FFEEE;
}
</style>
border-color css
<style>
span { border-color: #8FFEEE; }
span { border-color: rgb(143,254,238); }
td.TdClassName
{
border-color: #8FFEEE;
}
.TagClassName
{
border-color: #8FFEEE;
}
</style>