Shades of Electric Blue #8BEFFC
Tints of Electric Blue #8BEFFC
RGB
CMYK
RGB Variations
Color information
#8BEFFC (or 0x8BEFFC) is known color: Electric Blue. HEX triplet: 8B, EF and FC. RGB value is (139,239,252). Sum of RGB (Red+Green+Blue) = 139+239+252=630 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.06% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #8BEFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEFFC is #741003. Grayscale: #D2D2D2. Windows color (decimal): -7606276 or 16576395. OLE color: 16576395.
HSL color Cylindrical-coordinate representation of color #8BEFFC: hue angle of 186.9º degrees, saturation: 0.95, 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 #8BEFFC is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 239 | 252 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.01 |
| HSL | 186.9º | 0.95% | 0.77% | - |
| HSV(B) | 186.9º | 0.45% | 0.99% | - |
| XYZ | 59.08 | 74.25 | 103.31 | - |
| YUV | 210.58 | 151.37 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 239 | 252 | 0.45 | 0.05 | 0 | 0.01 | 186.9 | 0.95 | 0.77 |
| Hex | 8B | EF | FC | 2D | 5 | 0 | 1 | BB | 5F | 4D |
| Octal | 213 | 357 | 374 | 55 | 5 | 0 | 1 | 273 | 137 | 115 |
| Binary | 10001011 | 11101111 | 11111100 | 101101 | 101 | 0 | 1 | 10111011 | 1011111 | 1001101 |
Color Harmonies of #8BEFFC
Complementary color
Monochromatic Colors of #8BEFFC
Black with #8BEFFC
Text Example
Text Example
White with #8BEFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEFFC; }
p { color: rgb(139,239,252); }
H1.HeaderClassName
{
color: #8BEFFC;
}
.AnyTagClassName
{
color: #8BEFFC;
}
</style>
background-color css
<style>
a { background-color: #8BEFFC; }
a { background-color: rgb(139,239,252); }
div.DivClassName
{
background-color: #8BEFFC;
}
.BgClassName
{
background-color: #8BEFFC;
}
</style>
border-color css
<style>
span { border-color: #8BEFFC; }
span { border-color: rgb(139,239,252); }
td.TdClassName
{
border-color: #8BEFFC;
}
.TagClassName
{
border-color: #8BEFFC;
}
</style>