Shades of Electric Blue #8BEEEB
Tints of Electric Blue #8BEEEB
RGB
CMYK
RGB Variations
Color information
#8BEEEB (or 0x8BEEEB) is known color: Electric Blue. HEX triplet: 8B, EE and EB. RGB value is (139,238,235). Sum of RGB (Red+Green+Blue) = 139+238+235=612 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.71% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #8BEEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEEEB is #741114. Grayscale: #CFCFCF. Windows color (decimal): -7606549 or 15462027. OLE color: 15462027.
HSL color Cylindrical-coordinate representation of color #8BEEEB: hue angle of 178.18º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEEEB is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 238 | 235 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.07 |
| HSL | 178.18º | 0.74% | 0.74% | - |
| HSV(B) | 178.18º | 0.42% | 0.93% | - |
| XYZ | 56.22 | 72.64 | 89.65 | - |
| YUV | 208.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 238 | 235 | 0.42 | 0 | 0.01 | 0.07 | 178.18 | 0.74 | 0.74 |
| Hex | 8B | EE | EB | 2A | 0 | 1 | 7 | B2 | 4A | 4A |
| Octal | 213 | 356 | 353 | 52 | 0 | 1 | 7 | 262 | 112 | 112 |
| Binary | 10001011 | 11101110 | 11101011 | 101010 | 0 | 1 | 111 | 10110010 | 1001010 | 1001010 |
Color Harmonies of #8BEEEB
Complementary color
Monochromatic Colors of #8BEEEB
Black with #8BEEEB
Text Example
Text Example
White with #8BEEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEEEB; }
p { color: rgb(139,238,235); }
H1.HeaderClassName
{
color: #8BEEEB;
}
.AnyTagClassName
{
color: #8BEEEB;
}
</style>
background-color css
<style>
a { background-color: #8BEEEB; }
a { background-color: rgb(139,238,235); }
div.DivClassName
{
background-color: #8BEEEB;
}
.BgClassName
{
background-color: #8BEEEB;
}
</style>
border-color css
<style>
span { border-color: #8BEEEB; }
span { border-color: rgb(139,238,235); }
td.TdClassName
{
border-color: #8BEEEB;
}
.TagClassName
{
border-color: #8BEEEB;
}
</style>