Shades of Electric Blue #8BECFD
Tints of Electric Blue #8BECFD
RGB
CMYK
RGB Variations
Color information
#8BECFD (or 0x8BECFD) is known color: Electric Blue. HEX triplet: 8B, EC and FD. RGB value is (139,236,253). Sum of RGB (Red+Green+Blue) = 139+236+253=628 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.13% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BECFD is #741302. Grayscale: #D0D0D0. Windows color (decimal): -7607043 or 16641163. OLE color: 16641163.
HSL color Cylindrical-coordinate representation of color #8BECFD: hue angle of 188.95º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BECFD is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 236 | 253 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.01 |
| HSL | 188.95º | 0.97% | 0.77% | - |
| HSV(B) | 188.95º | 0.45% | 0.99% | - |
| XYZ | 58.37 | 72.57 | 103.86 | - |
| YUV | 208.94 | 152.86 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 236 | 253 | 0.45 | 0.07 | 0 | 0.01 | 188.95 | 0.97 | 0.77 |
| Hex | 8B | EC | FD | 2D | 7 | 0 | 1 | BD | 61 | 4D |
| Octal | 213 | 354 | 375 | 55 | 7 | 0 | 1 | 275 | 141 | 115 |
| Binary | 10001011 | 11101100 | 11111101 | 101101 | 111 | 0 | 1 | 10111101 | 1100001 | 1001101 |
Color Harmonies of #8BECFD
Complementary color
Monochromatic Colors of #8BECFD
Black with #8BECFD
Text Example
Text Example
White with #8BECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BECFD; }
p { color: rgb(139,236,253); }
H1.HeaderClassName
{
color: #8BECFD;
}
.AnyTagClassName
{
color: #8BECFD;
}
</style>
background-color css
<style>
a { background-color: #8BECFD; }
a { background-color: rgb(139,236,253); }
div.DivClassName
{
background-color: #8BECFD;
}
.BgClassName
{
background-color: #8BECFD;
}
</style>
border-color css
<style>
span { border-color: #8BECFD; }
span { border-color: rgb(139,236,253); }
td.TdClassName
{
border-color: #8BECFD;
}
.TagClassName
{
border-color: #8BECFD;
}
</style>