Shades of Electric Blue #8BEEFF
Tints of Electric Blue #8BEEFF
RGB
CMYK
RGB Variations
Color information
#8BEEFF (or 0x8BEEFF) is known color: Electric Blue. HEX triplet: 8B, EE and FF. RGB value is (139,238,255). Sum of RGB (Red+Green+Blue) = 139+238+255=632 (83% of max value = 765). Red value is 139 (54.69% from 255 or 21.99% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BEEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEEFF is #741100. Grayscale: #D2D2D2. Windows color (decimal): -7606529 or 16772747. OLE color: 16772747.
HSL color Cylindrical-coordinate representation of color #8BEEFF: hue angle of 188.79º 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 #8BEEFF is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 238 | 255 | - |
| CMYK | 0.45 | 0.07 | 0 | 0 |
| HSL | 188.79º | 1% | 0.77% | - |
| HSV(B) | 188.79º | 0.45% | 1% | - |
| XYZ | 59.27 | 73.86 | 105.74 | - |
| YUV | 210.34 | 153.2 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 238 | 255 | 0.45 | 0.07 | 0 | 0 | 188.79 | 1 | 0.77 |
| Hex | 8B | EE | FF | 2D | 7 | 0 | 0 | BD | 64 | 4D |
| Octal | 213 | 356 | 377 | 55 | 7 | 0 | 0 | 275 | 144 | 115 |
| Binary | 10001011 | 11101110 | 11111111 | 101101 | 111 | 0 | 0 | 10111101 | 1100100 | 1001101 |
Color Harmonies of #8BEEFF
Complementary color
Monochromatic Colors of #8BEEFF
Black with #8BEEFF
Text Example
Text Example
White with #8BEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEEFF; }
p { color: rgb(139,238,255); }
H1.HeaderClassName
{
color: #8BEEFF;
}
.AnyTagClassName
{
color: #8BEEFF;
}
</style>
background-color css
<style>
a { background-color: #8BEEFF; }
a { background-color: rgb(139,238,255); }
div.DivClassName
{
background-color: #8BEEFF;
}
.BgClassName
{
background-color: #8BEEFF;
}
</style>
border-color css
<style>
span { border-color: #8BEEFF; }
span { border-color: rgb(139,238,255); }
td.TdClassName
{
border-color: #8BEEFF;
}
.TagClassName
{
border-color: #8BEEFF;
}
</style>