Shades of Electric Blue #8BEEEF
Tints of Electric Blue #8BEEEF
RGB
CMYK
RGB Variations
Color information
#8BEEEF (or 0x8BEEEF) is known color: Electric Blue. HEX triplet: 8B, EE and EF. RGB value is (139,238,239). Sum of RGB (Red+Green+Blue) = 139+238+239=616 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.56% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #8BEEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEEEF is #741110. Grayscale: #D0D0D0. Windows color (decimal): -7606545 or 15724171. OLE color: 15724171.
HSL color Cylindrical-coordinate representation of color #8BEEEF: hue angle of 180.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 #8BEEEF is Cyan = 0.42, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 238 | 239 | - |
| CMYK | 0.42 | 0.00 | 0 | 0.06 |
| HSL | 180.6º | 0.76% | 0.74% | - |
| HSV(B) | 180.6º | 0.42% | 0.94% | - |
| XYZ | 56.8 | 72.87 | 92.73 | - |
| YUV | 208.51 | 145.2 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 238 | 239 | 0.42 | 0.00 | 0 | 0.06 | 180.6 | 0.76 | 0.74 |
| Hex | 8B | EE | EF | 2A | 0 | 0 | 6 | B5 | 4C | 4A |
| Octal | 213 | 356 | 357 | 52 | 0 | 0 | 6 | 265 | 114 | 112 |
| Binary | 10001011 | 11101110 | 11101111 | 101010 | 0 | 0 | 110 | 10110101 | 1001100 | 1001010 |
Color Harmonies of #8BEEEF
Complementary color
Monochromatic Colors of #8BEEEF
Black with #8BEEEF
Text Example
Text Example
White with #8BEEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEEEF; }
p { color: rgb(139,238,239); }
H1.HeaderClassName
{
color: #8BEEEF;
}
.AnyTagClassName
{
color: #8BEEEF;
}
</style>
background-color css
<style>
a { background-color: #8BEEEF; }
a { background-color: rgb(139,238,239); }
div.DivClassName
{
background-color: #8BEEEF;
}
.BgClassName
{
background-color: #8BEEEF;
}
</style>
border-color css
<style>
span { border-color: #8BEEEF; }
span { border-color: rgb(139,238,239); }
td.TdClassName
{
border-color: #8BEEEF;
}
.TagClassName
{
border-color: #8BEEEF;
}
</style>