Shades of Electric Blue #8FFEEF
Tints of Electric Blue #8FFEEF
RGB
CMYK
RGB Variations
Color information
#8FFEEF (or 0x8FFEEF) is known color: Electric Blue. HEX triplet: 8F, FE and EF. RGB value is (143,254,239). Sum of RGB (Red+Green+Blue) = 143+254+239=636 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.48% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFEEF is #700110. Grayscale: #DBDBDB. Windows color (decimal): -7340305 or 15728271. OLE color: 15728271.
HSL color Cylindrical-coordinate representation of color #8FFEEF: hue angle of 171.89º 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 #8FFEEF is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 254 | 239 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.00 |
| HSL | 171.89º | 0.98% | 0.78% | - |
| HSV(B) | 171.89º | 0.44% | 1% | - |
| XYZ | 62.35 | 82.96 | 94.39 | - |
| YUV | 219.1 | 139.23 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 254 | 239 | 0.44 | 0 | 0.06 | 0.00 | 171.89 | 0.98 | 0.78 |
| Hex | 8F | FE | EF | 2C | 0 | 6 | 0 | AC | 62 | 4E |
| Octal | 217 | 376 | 357 | 54 | 0 | 6 | 0 | 254 | 142 | 116 |
| Binary | 10001111 | 11111110 | 11101111 | 101100 | 0 | 110 | 0 | 10101100 | 1100010 | 1001110 |
Color Harmonies of #8FFEEF
Complementary color
Monochromatic Colors of #8FFEEF
Black with #8FFEEF
Text Example
Text Example
White with #8FFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFEEF; }
p { color: rgb(143,254,239); }
H1.HeaderClassName
{
color: #8FFEEF;
}
.AnyTagClassName
{
color: #8FFEEF;
}
</style>
background-color css
<style>
a { background-color: #8FFEEF; }
a { background-color: rgb(143,254,239); }
div.DivClassName
{
background-color: #8FFEEF;
}
.BgClassName
{
background-color: #8FFEEF;
}
</style>
border-color css
<style>
span { border-color: #8FFEEF; }
span { border-color: rgb(143,254,239); }
td.TdClassName
{
border-color: #8FFEEF;
}
.TagClassName
{
border-color: #8FFEEF;
}
</style>