Shades of Electric Blue #8BEFE9
Tints of Electric Blue #8BEFE9
RGB
CMYK
RGB Variations
Color information
#8BEFE9 (or 0x8BEFE9) is known color: Electric Blue. HEX triplet: 8B, EF and E9. RGB value is (139,239,233). Sum of RGB (Red+Green+Blue) = 139+239+233=611 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.75% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEFE9 is #741016. Grayscale: #D0D0D0. Windows color (decimal): -7606295 or 15331211. OLE color: 15331211.
HSL color Cylindrical-coordinate representation of color #8BEFE9: hue angle of 176.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 #8BEFE9 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 239 | 233 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.06 |
| HSL | 176.4º | 0.76% | 0.74% | - |
| HSV(B) | 176.4º | 0.42% | 0.94% | - |
| XYZ | 56.22 | 73.11 | 88.24 | - |
| YUV | 208.42 | 141.87 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 239 | 233 | 0.42 | 0 | 0.03 | 0.06 | 176.4 | 0.76 | 0.74 |
| Hex | 8B | EF | E9 | 2A | 0 | 3 | 6 | B0 | 4C | 4A |
| Octal | 213 | 357 | 351 | 52 | 0 | 3 | 6 | 260 | 114 | 112 |
| Binary | 10001011 | 11101111 | 11101001 | 101010 | 0 | 11 | 110 | 10110000 | 1001100 | 1001010 |
Color Harmonies of #8BEFE9
Complementary color
Monochromatic Colors of #8BEFE9
Black with #8BEFE9
Text Example
Text Example
White with #8BEFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEFE9; }
p { color: rgb(139,239,233); }
H1.HeaderClassName
{
color: #8BEFE9;
}
.AnyTagClassName
{
color: #8BEFE9;
}
</style>
background-color css
<style>
a { background-color: #8BEFE9; }
a { background-color: rgb(139,239,233); }
div.DivClassName
{
background-color: #8BEFE9;
}
.BgClassName
{
background-color: #8BEFE9;
}
</style>
border-color css
<style>
span { border-color: #8BEFE9; }
span { border-color: rgb(139,239,233); }
td.TdClassName
{
border-color: #8BEFE9;
}
.TagClassName
{
border-color: #8BEFE9;
}
</style>