Shades of Electric Blue #8BECFE
Tints of Electric Blue #8BECFE
RGB
CMYK
RGB Variations
Color information
#8BECFE (or 0x8BECFE) is known color: Electric Blue. HEX triplet: 8B, EC and FE. RGB value is (139,236,254). Sum of RGB (Red+Green+Blue) = 139+236+254=629 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.10% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BECFE is #741301. Grayscale: #D0D0D0. Windows color (decimal): -7607042 or 16706699. OLE color: 16706699.
HSL color Cylindrical-coordinate representation of color #8BECFE: hue angle of 189.39º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BECFE is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 236 | 254 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.00 |
| HSL | 189.39º | 0.98% | 0.77% | - |
| HSV(B) | 189.39º | 0.45% | 1% | - |
| XYZ | 58.53 | 72.64 | 104.7 | - |
| YUV | 209.05 | 153.36 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 236 | 254 | 0.45 | 0.07 | 0 | 0.00 | 189.39 | 0.98 | 0.77 |
| Hex | 8B | EC | FE | 2D | 7 | 0 | 0 | BD | 62 | 4D |
| Octal | 213 | 354 | 376 | 55 | 7 | 0 | 0 | 275 | 142 | 115 |
| Binary | 10001011 | 11101100 | 11111110 | 101101 | 111 | 0 | 0 | 10111101 | 1100010 | 1001101 |
Color Harmonies of #8BECFE
Complementary color
Monochromatic Colors of #8BECFE
Black with #8BECFE
Text Example
Text Example
White with #8BECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BECFE; }
p { color: rgb(139,236,254); }
H1.HeaderClassName
{
color: #8BECFE;
}
.AnyTagClassName
{
color: #8BECFE;
}
</style>
background-color css
<style>
a { background-color: #8BECFE; }
a { background-color: rgb(139,236,254); }
div.DivClassName
{
background-color: #8BECFE;
}
.BgClassName
{
background-color: #8BECFE;
}
</style>
border-color css
<style>
span { border-color: #8BECFE; }
span { border-color: rgb(139,236,254); }
td.TdClassName
{
border-color: #8BECFE;
}
.TagClassName
{
border-color: #8BECFE;
}
</style>