Shades of Electric Blue #8BECFF
Tints of Electric Blue #8BECFF
RGB
CMYK
RGB Variations
Color information
#8BECFF (or 0x8BECFF) is known color: Electric Blue. HEX triplet: 8B, EC and FF. RGB value is (139,236,255). Sum of RGB (Red+Green+Blue) = 139+236+255=630 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.06% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BECFF is #741300. Grayscale: #D0D0D0. Windows color (decimal): -7607041 or 16772235. OLE color: 16772235.
HSL color Cylindrical-coordinate representation of color #8BECFF: hue angle of 189.83º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BECFF is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 236 | 255 | - |
| CMYK | 0.45 | 0.07 | 0 | 0 |
| HSL | 189.83º | 1% | 0.77% | - |
| HSV(B) | 189.83º | 0.45% | 1% | - |
| XYZ | 58.69 | 72.7 | 105.55 | - |
| YUV | 209.16 | 153.86 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 236 | 255 | 0.45 | 0.07 | 0 | 0 | 189.83 | 1 | 0.77 |
| Hex | 8B | EC | FF | 2D | 7 | 0 | 0 | BE | 64 | 4D |
| Octal | 213 | 354 | 377 | 55 | 7 | 0 | 0 | 276 | 144 | 115 |
| Binary | 10001011 | 11101100 | 11111111 | 101101 | 111 | 0 | 0 | 10111110 | 1100100 | 1001101 |
Color Harmonies of #8BECFF
Complementary color
Monochromatic Colors of #8BECFF
Black with #8BECFF
Text Example
Text Example
White with #8BECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BECFF; }
p { color: rgb(139,236,255); }
H1.HeaderClassName
{
color: #8BECFF;
}
.AnyTagClassName
{
color: #8BECFF;
}
</style>
background-color css
<style>
a { background-color: #8BECFF; }
a { background-color: rgb(139,236,255); }
div.DivClassName
{
background-color: #8BECFF;
}
.BgClassName
{
background-color: #8BECFF;
}
</style>
border-color css
<style>
span { border-color: #8BECFF; }
span { border-color: rgb(139,236,255); }
td.TdClassName
{
border-color: #8BECFF;
}
.TagClassName
{
border-color: #8BECFF;
}
</style>