Shades of Electric Blue #8FECFE
Tints of Electric Blue #8FECFE
RGB
CMYK
RGB Variations
Color information
#8FECFE (or 0x8FECFE) is known color: Electric Blue. HEX triplet: 8F, EC and FE. RGB value is (143,236,254). Sum of RGB (Red+Green+Blue) = 143+236+254=633 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.59% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FECFE is #701301. Grayscale: #D2D2D2. Windows color (decimal): -7344898 or 16706703. OLE color: 16706703.
HSL color Cylindrical-coordinate representation of color #8FECFE: hue angle of 189.73º 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 #8FECFE is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 236 | 254 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.00 |
| HSL | 189.73º | 0.98% | 0.78% | - |
| HSV(B) | 189.73º | 0.44% | 1% | - |
| XYZ | 59.21 | 72.99 | 104.73 | - |
| YUV | 210.25 | 152.69 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 254 | 0.44 | 0.07 | 0 | 0.00 | 189.73 | 0.98 | 0.78 |
| Hex | 8F | EC | FE | 2C | 7 | 0 | 0 | BE | 62 | 4E |
| Octal | 217 | 354 | 376 | 54 | 7 | 0 | 0 | 276 | 142 | 116 |
| Binary | 10001111 | 11101100 | 11111110 | 101100 | 111 | 0 | 0 | 10111110 | 1100010 | 1001110 |
Color Harmonies of #8FECFE
Complementary color
Monochromatic Colors of #8FECFE
Black with #8FECFE
Text Example
Text Example
White with #8FECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECFE; }
p { color: rgb(143,236,254); }
H1.HeaderClassName
{
color: #8FECFE;
}
.AnyTagClassName
{
color: #8FECFE;
}
</style>
background-color css
<style>
a { background-color: #8FECFE; }
a { background-color: rgb(143,236,254); }
div.DivClassName
{
background-color: #8FECFE;
}
.BgClassName
{
background-color: #8FECFE;
}
</style>
border-color css
<style>
span { border-color: #8FECFE; }
span { border-color: rgb(143,236,254); }
td.TdClassName
{
border-color: #8FECFE;
}
.TagClassName
{
border-color: #8FECFE;
}
</style>