Shades of Electric Blue #8BEEFE
Tints of Electric Blue #8BEEFE
RGB
CMYK
RGB Variations
Color information
#8BEEFE (or 0x8BEEFE) is known color: Electric Blue. HEX triplet: 8B, EE and FE. RGB value is (139,238,254). Sum of RGB (Red+Green+Blue) = 139+238+254=631 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.03% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BEEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEEFE is #741101. Grayscale: #D2D2D2. Windows color (decimal): -7606530 or 16707211. OLE color: 16707211.
HSL color Cylindrical-coordinate representation of color #8BEEFE: hue angle of 188.35º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BEEFE is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 238 | 254 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.00 |
| HSL | 188.35º | 0.98% | 0.77% | - |
| HSV(B) | 188.35º | 0.45% | 1% | - |
| XYZ | 59.11 | 73.79 | 104.89 | - |
| YUV | 210.22 | 152.7 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 238 | 254 | 0.45 | 0.06 | 0 | 0.00 | 188.35 | 0.98 | 0.77 |
| Hex | 8B | EE | FE | 2D | 6 | 0 | 0 | BC | 62 | 4D |
| Octal | 213 | 356 | 376 | 55 | 6 | 0 | 0 | 274 | 142 | 115 |
| Binary | 10001011 | 11101110 | 11111110 | 101101 | 110 | 0 | 0 | 10111100 | 1100010 | 1001101 |
Color Harmonies of #8BEEFE
Complementary color
Monochromatic Colors of #8BEEFE
Black with #8BEEFE
Text Example
Text Example
White with #8BEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEEFE; }
p { color: rgb(139,238,254); }
H1.HeaderClassName
{
color: #8BEEFE;
}
.AnyTagClassName
{
color: #8BEEFE;
}
</style>
background-color css
<style>
a { background-color: #8BEEFE; }
a { background-color: rgb(139,238,254); }
div.DivClassName
{
background-color: #8BEEFE;
}
.BgClassName
{
background-color: #8BEEFE;
}
</style>
border-color css
<style>
span { border-color: #8BEEFE; }
span { border-color: rgb(139,238,254); }
td.TdClassName
{
border-color: #8BEEFE;
}
.TagClassName
{
border-color: #8BEEFE;
}
</style>