Shades of Electric Blue #8BEFEB
Tints of Electric Blue #8BEFEB
RGB
CMYK
RGB Variations
Color information
#8BEFEB (or 0x8BEFEB) is known color: Electric Blue. HEX triplet: 8B, EF and EB. RGB value is (139,239,235). Sum of RGB (Red+Green+Blue) = 139+239+235=613 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.68% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEFEB is #741014. Grayscale: #D0D0D0. Windows color (decimal): -7606293 or 15462283. OLE color: 15462283.
HSL color Cylindrical-coordinate representation of color #8BEFEB: hue angle of 177.6º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEFEB is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 239 | 235 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.06 |
| HSL | 177.6º | 0.76% | 0.74% | - |
| HSV(B) | 177.6º | 0.42% | 0.94% | - |
| XYZ | 56.51 | 73.22 | 89.75 | - |
| YUV | 208.64 | 142.87 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 239 | 235 | 0.42 | 0 | 0.02 | 0.06 | 177.6 | 0.76 | 0.74 |
| Hex | 8B | EF | EB | 2A | 0 | 2 | 6 | B2 | 4C | 4A |
| Octal | 213 | 357 | 353 | 52 | 0 | 2 | 6 | 262 | 114 | 112 |
| Binary | 10001011 | 11101111 | 11101011 | 101010 | 0 | 10 | 110 | 10110010 | 1001100 | 1001010 |
Color Harmonies of #8BEFEB
Complementary color
Monochromatic Colors of #8BEFEB
Black with #8BEFEB
Text Example
Text Example
White with #8BEFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEFEB; }
p { color: rgb(139,239,235); }
H1.HeaderClassName
{
color: #8BEFEB;
}
.AnyTagClassName
{
color: #8BEFEB;
}
</style>
background-color css
<style>
a { background-color: #8BEFEB; }
a { background-color: rgb(139,239,235); }
div.DivClassName
{
background-color: #8BEFEB;
}
.BgClassName
{
background-color: #8BEFEB;
}
</style>
border-color css
<style>
span { border-color: #8BEFEB; }
span { border-color: rgb(139,239,235); }
td.TdClassName
{
border-color: #8BEFEB;
}
.TagClassName
{
border-color: #8BEFEB;
}
</style>