Shades of Electric Blue #8FECF9
Tints of Electric Blue #8FECF9
RGB
CMYK
RGB Variations
Color information
#8FECF9 (or 0x8FECF9) is known color: Electric Blue. HEX triplet: 8F, EC and F9. RGB value is (143,236,249). Sum of RGB (Red+Green+Blue) = 143+236+249=628 (83% of max value = 765). Red value is 143 (56.25% from 255 or 22.77% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 249 (97.66% from 255 or 39.65% from 628); Max value from RGB is 249 - color contains mainly: blue. Hex color #8FECF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FECF9 is #701306. Grayscale: #D1D1D1. Windows color (decimal): -7344903 or 16379023. OLE color: 16379023.
HSL color Cylindrical-coordinate representation of color #8FECF9: hue angle of 187.36º degrees, saturation: 0.9, 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 #8FECF9 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 236 | 249 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.02 |
| HSL | 187.36º | 0.9% | 0.77% | - |
| HSV(B) | 187.36º | 0.43% | 0.98% | - |
| XYZ | 58.42 | 72.67 | 100.57 | - |
| YUV | 209.68 | 150.19 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 249 | 0.43 | 0.05 | 0 | 0.02 | 187.36 | 0.9 | 0.77 |
| Hex | 8F | EC | F9 | 2B | 5 | 0 | 2 | BB | 5A | 4D |
| Octal | 217 | 354 | 371 | 53 | 5 | 0 | 2 | 273 | 132 | 115 |
| Binary | 10001111 | 11101100 | 11111001 | 101011 | 101 | 0 | 10 | 10111011 | 1011010 | 1001101 |
Color Harmonies of #8FECF9
Complementary color
Monochromatic Colors of #8FECF9
Black with #8FECF9
Text Example
Text Example
White with #8FECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECF9; }
p { color: rgb(143,236,249); }
H1.HeaderClassName
{
color: #8FECF9;
}
.AnyTagClassName
{
color: #8FECF9;
}
</style>
background-color css
<style>
a { background-color: #8FECF9; }
a { background-color: rgb(143,236,249); }
div.DivClassName
{
background-color: #8FECF9;
}
.BgClassName
{
background-color: #8FECF9;
}
</style>
border-color css
<style>
span { border-color: #8FECF9; }
span { border-color: rgb(143,236,249); }
td.TdClassName
{
border-color: #8FECF9;
}
.TagClassName
{
border-color: #8FECF9;
}
</style>