Shades of Electric Blue #8BEBEF
Tints of Electric Blue #8BEBEF
RGB
CMYK
RGB Variations
Color information
#8BEBEF (or 0x8BEBEF) is known color: Electric Blue. HEX triplet: 8B, EB and EF. RGB value is (139,235,239). Sum of RGB (Red+Green+Blue) = 139+235+239=613 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.68% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #8BEBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEBEF is #741410. Grayscale: #CECECE. Windows color (decimal): -7607313 or 15723403. OLE color: 15723403.
HSL color Cylindrical-coordinate representation of color #8BEBEF: hue angle of 182.4º 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 #8BEBEF is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 235 | 239 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.06 |
| HSL | 182.4º | 0.76% | 0.74% | - |
| HSV(B) | 182.4º | 0.42% | 0.94% | - |
| XYZ | 55.94 | 71.14 | 92.44 | - |
| YUV | 206.75 | 146.2 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 235 | 239 | 0.42 | 0.02 | 0 | 0.06 | 182.4 | 0.76 | 0.74 |
| Hex | 8B | EB | EF | 2A | 2 | 0 | 6 | B6 | 4C | 4A |
| Octal | 213 | 353 | 357 | 52 | 2 | 0 | 6 | 266 | 114 | 112 |
| Binary | 10001011 | 11101011 | 11101111 | 101010 | 10 | 0 | 110 | 10110110 | 1001100 | 1001010 |
Color Harmonies of #8BEBEF
Complementary color
Monochromatic Colors of #8BEBEF
Black with #8BEBEF
Text Example
Text Example
White with #8BEBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEBEF; }
p { color: rgb(139,235,239); }
H1.HeaderClassName
{
color: #8BEBEF;
}
.AnyTagClassName
{
color: #8BEBEF;
}
</style>
background-color css
<style>
a { background-color: #8BEBEF; }
a { background-color: rgb(139,235,239); }
div.DivClassName
{
background-color: #8BEBEF;
}
.BgClassName
{
background-color: #8BEBEF;
}
</style>
border-color css
<style>
span { border-color: #8BEBEF; }
span { border-color: rgb(139,235,239); }
td.TdClassName
{
border-color: #8BEBEF;
}
.TagClassName
{
border-color: #8BEBEF;
}
</style>