Shades of Electric Blue #8FECF7
Tints of Electric Blue #8FECF7
RGB
CMYK
RGB Variations
Color information
#8FECF7 (or 0x8FECF7) is known color: Electric Blue. HEX triplet: 8F, EC and F7. RGB value is (143,236,247). Sum of RGB (Red+Green+Blue) = 143+236+247=626 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.84% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 247 (96.88% from 255 or 39.46% from 626); Max value from RGB is 247 - color contains mainly: blue. Hex color #8FECF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FECF7 is #701308. Grayscale: #D1D1D1. Windows color (decimal): -7344905 or 16247951. OLE color: 16247951.
HSL color Cylindrical-coordinate representation of color #8FECF7: hue angle of 186.35º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FECF7 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 143 | 236 | 247 | - |
CMYK | 0.42 | 0.04 | 0 | 0.03 |
HSL | 186.35º | 0.87% | 0.76% | - |
HSV(B) | 186.35º | 0.42% | 0.97% | - |
XYZ | 58.11 | 72.55 | 98.94 | - |
YUV | 209.45 | 149.19 | 80.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 236 | 247 | 0.42 | 0.04 | 0 | 0.03 | 186.35 | 0.87 | 0.76 |
Hex | 8F | EC | F7 | 2A | 4 | 0 | 3 | BA | 57 | 4C |
Octal | 217 | 354 | 367 | 52 | 4 | 0 | 3 | 272 | 127 | 114 |
Binary | 10001111 | 11101100 | 11110111 | 101010 | 100 | 0 | 11 | 10111010 | 1010111 | 1001100 |
Color Harmonies of #8FECF7
Complementary color
Monochromatic Colors of #8FECF7
Black with #8FECF7
Text Example
Text Example
White with #8FECF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECF7; }
p { color: rgb(143,236,247); }
H1.HeaderClassName
{
color: #8FECF7;
}
.AnyTagClassName
{
color: #8FECF7;
}
</style>
background-color css
<style>
a { background-color: #8FECF7; }
a { background-color: rgb(143,236,247); }
div.DivClassName
{
background-color: #8FECF7;
}
.BgClassName
{
background-color: #8FECF7;
}
</style>
border-color css
<style>
span { border-color: #8FECF7; }
span { border-color: rgb(143,236,247); }
td.TdClassName
{
border-color: #8FECF7;
}
.TagClassName
{
border-color: #8FECF7;
}
</style>