Shades of Electric Blue #8FECFA
Tints of Electric Blue #8FECFA
RGB
CMYK
RGB Variations
Color information
#8FECFA (or 0x8FECFA) is known color: Electric Blue. HEX triplet: 8F, EC and FA. RGB value is (143,236,250). Sum of RGB (Red+Green+Blue) = 143+236+250=629 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.73% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FECFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FECFA is #701305. Grayscale: #D1D1D1. Windows color (decimal): -7344902 or 16444559. OLE color: 16444559.
HSL color Cylindrical-coordinate representation of color #8FECFA: hue angle of 187.85º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FECFA is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 236 | 250 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.02 |
| HSL | 187.85º | 0.91% | 0.77% | - |
| HSV(B) | 187.85º | 0.43% | 0.98% | - |
| XYZ | 58.58 | 72.73 | 101.39 | - |
| YUV | 209.79 | 150.69 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 250 | 0.43 | 0.06 | 0 | 0.02 | 187.85 | 0.91 | 0.77 |
| Hex | 8F | EC | FA | 2B | 6 | 0 | 2 | BC | 5B | 4D |
| Octal | 217 | 354 | 372 | 53 | 6 | 0 | 2 | 274 | 133 | 115 |
| Binary | 10001111 | 11101100 | 11111010 | 101011 | 110 | 0 | 10 | 10111100 | 1011011 | 1001101 |
Color Harmonies of #8FECFA
Complementary color
Monochromatic Colors of #8FECFA
Black with #8FECFA
Text Example
Text Example
White with #8FECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECFA; }
p { color: rgb(143,236,250); }
H1.HeaderClassName
{
color: #8FECFA;
}
.AnyTagClassName
{
color: #8FECFA;
}
</style>
background-color css
<style>
a { background-color: #8FECFA; }
a { background-color: rgb(143,236,250); }
div.DivClassName
{
background-color: #8FECFA;
}
.BgClassName
{
background-color: #8FECFA;
}
</style>
border-color css
<style>
span { border-color: #8FECFA; }
span { border-color: rgb(143,236,250); }
td.TdClassName
{
border-color: #8FECFA;
}
.TagClassName
{
border-color: #8FECFA;
}
</style>