Shades of Electric Blue #8FFEFC
Tints of Electric Blue #8FFEFC
RGB
CMYK
RGB Variations
Color information
#8FFEFC (or 0x8FFEFC) is known color: Electric Blue. HEX triplet: 8F, FE and FC. RGB value is (143,254,252). Sum of RGB (Red+Green+Blue) = 143+254+252=649 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.03% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #8FFEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFEFC is #700103. Grayscale: #DCDCDC. Windows color (decimal): -7340292 or 16580239. OLE color: 16580239.
HSL color Cylindrical-coordinate representation of color #8FFEFC: hue angle of 178.92º 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 #8FFEFC is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 254 | 252 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.00 |
| HSL | 178.92º | 0.98% | 0.78% | - |
| HSV(B) | 178.92º | 0.44% | 1% | - |
| XYZ | 64.34 | 83.75 | 104.87 | - |
| YUV | 220.58 | 145.73 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 254 | 252 | 0.44 | 0 | 0.01 | 0.00 | 178.92 | 0.98 | 0.78 |
| Hex | 8F | FE | FC | 2C | 0 | 1 | 0 | B3 | 62 | 4E |
| Octal | 217 | 376 | 374 | 54 | 0 | 1 | 0 | 263 | 142 | 116 |
| Binary | 10001111 | 11111110 | 11111100 | 101100 | 0 | 1 | 0 | 10110011 | 1100010 | 1001110 |
Color Harmonies of #8FFEFC
Complementary color
Monochromatic Colors of #8FFEFC
Black with #8FFEFC
Text Example
Text Example
White with #8FFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFEFC; }
p { color: rgb(143,254,252); }
H1.HeaderClassName
{
color: #8FFEFC;
}
.AnyTagClassName
{
color: #8FFEFC;
}
</style>
background-color css
<style>
a { background-color: #8FFEFC; }
a { background-color: rgb(143,254,252); }
div.DivClassName
{
background-color: #8FFEFC;
}
.BgClassName
{
background-color: #8FFEFC;
}
</style>
border-color css
<style>
span { border-color: #8FFEFC; }
span { border-color: rgb(143,254,252); }
td.TdClassName
{
border-color: #8FFEFC;
}
.TagClassName
{
border-color: #8FFEFC;
}
</style>