Shades of Electric Blue #8FECFD
Tints of Electric Blue #8FECFD
RGB
CMYK
RGB Variations
Color information
#8FECFD (or 0x8FECFD) is known color: Electric Blue. HEX triplet: 8F, EC and FD. RGB value is (143,236,253). Sum of RGB (Red+Green+Blue) = 143+236+253=632 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.63% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FECFD is #701302. Grayscale: #D1D1D1. Windows color (decimal): -7344899 or 16641167. OLE color: 16641167.
HSL color Cylindrical-coordinate representation of color #8FECFD: hue angle of 189.27º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FECFD is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 236 | 253 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.01 |
| HSL | 189.27º | 0.96% | 0.78% | - |
| HSV(B) | 189.27º | 0.43% | 0.99% | - |
| XYZ | 59.05 | 72.92 | 103.89 | - |
| YUV | 210.13 | 152.19 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 253 | 0.43 | 0.07 | 0 | 0.01 | 189.27 | 0.96 | 0.78 |
| Hex | 8F | EC | FD | 2B | 7 | 0 | 1 | BD | 60 | 4E |
| Octal | 217 | 354 | 375 | 53 | 7 | 0 | 1 | 275 | 140 | 116 |
| Binary | 10001111 | 11101100 | 11111101 | 101011 | 111 | 0 | 1 | 10111101 | 1100000 | 1001110 |
Color Harmonies of #8FECFD
Complementary color
Monochromatic Colors of #8FECFD
Black with #8FECFD
Text Example
Text Example
White with #8FECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECFD; }
p { color: rgb(143,236,253); }
H1.HeaderClassName
{
color: #8FECFD;
}
.AnyTagClassName
{
color: #8FECFD;
}
</style>
background-color css
<style>
a { background-color: #8FECFD; }
a { background-color: rgb(143,236,253); }
div.DivClassName
{
background-color: #8FECFD;
}
.BgClassName
{
background-color: #8FECFD;
}
</style>
border-color css
<style>
span { border-color: #8FECFD; }
span { border-color: rgb(143,236,253); }
td.TdClassName
{
border-color: #8FECFD;
}
.TagClassName
{
border-color: #8FECFD;
}
</style>