Shades of Electric Blue #8BEFFD
Tints of Electric Blue #8BEFFD
RGB
CMYK
RGB Variations
Color information
#8BEFFD (or 0x8BEFFD) is known color: Electric Blue. HEX triplet: 8B, EF and FD. RGB value is (139,239,253). Sum of RGB (Red+Green+Blue) = 139+239+253=631 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.03% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BEFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEFFD is #741002. Grayscale: #D2D2D2. Windows color (decimal): -7606275 or 16641931. OLE color: 16641931.
HSL color Cylindrical-coordinate representation of color #8BEFFD: hue angle of 187.37º 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 #8BEFFD is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 239 | 253 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.01 |
| HSL | 187.37º | 0.97% | 0.77% | - |
| HSV(B) | 187.37º | 0.45% | 0.99% | - |
| XYZ | 59.24 | 74.31 | 104.15 | - |
| YUV | 210.7 | 151.87 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 239 | 253 | 0.45 | 0.06 | 0 | 0.01 | 187.37 | 0.97 | 0.77 |
| Hex | 8B | EF | FD | 2D | 6 | 0 | 1 | BB | 61 | 4D |
| Octal | 213 | 357 | 375 | 55 | 6 | 0 | 1 | 273 | 141 | 115 |
| Binary | 10001011 | 11101111 | 11111101 | 101101 | 110 | 0 | 1 | 10111011 | 1100001 | 1001101 |
Color Harmonies of #8BEFFD
Complementary color
Monochromatic Colors of #8BEFFD
Black with #8BEFFD
Text Example
Text Example
White with #8BEFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEFFD; }
p { color: rgb(139,239,253); }
H1.HeaderClassName
{
color: #8BEFFD;
}
.AnyTagClassName
{
color: #8BEFFD;
}
</style>
background-color css
<style>
a { background-color: #8BEFFD; }
a { background-color: rgb(139,239,253); }
div.DivClassName
{
background-color: #8BEFFD;
}
.BgClassName
{
background-color: #8BEFFD;
}
</style>
border-color css
<style>
span { border-color: #8BEFFD; }
span { border-color: rgb(139,239,253); }
td.TdClassName
{
border-color: #8BEFFD;
}
.TagClassName
{
border-color: #8BEFFD;
}
</style>