Shades of Electric Blue #8BEFED
Tints of Electric Blue #8BEFED
RGB
CMYK
RGB Variations
Color information
#8BEFED (or 0x8BEFED) is known color: Electric Blue. HEX triplet: 8B, EF and ED. RGB value is (139,239,237). Sum of RGB (Red+Green+Blue) = 139+239+237=615 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.60% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #8BEFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEFED is #741012. Grayscale: #D0D0D0. Windows color (decimal): -7606291 or 15593355. OLE color: 15593355.
HSL color Cylindrical-coordinate representation of color #8BEFED: hue angle of 178.8º 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 #8BEFED is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 239 | 237 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.06 |
| HSL | 178.8º | 0.76% | 0.74% | - |
| HSV(B) | 178.8º | 0.42% | 0.94% | - |
| XYZ | 56.8 | 73.34 | 91.28 | - |
| YUV | 208.87 | 143.87 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 239 | 237 | 0.42 | 0 | 0.01 | 0.06 | 178.8 | 0.76 | 0.74 |
| Hex | 8B | EF | ED | 2A | 0 | 1 | 6 | B3 | 4C | 4A |
| Octal | 213 | 357 | 355 | 52 | 0 | 1 | 6 | 263 | 114 | 112 |
| Binary | 10001011 | 11101111 | 11101101 | 101010 | 0 | 1 | 110 | 10110011 | 1001100 | 1001010 |
Color Harmonies of #8BEFED
Complementary color
Monochromatic Colors of #8BEFED
Black with #8BEFED
Text Example
Text Example
White with #8BEFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEFED; }
p { color: rgb(139,239,237); }
H1.HeaderClassName
{
color: #8BEFED;
}
.AnyTagClassName
{
color: #8BEFED;
}
</style>
background-color css
<style>
a { background-color: #8BEFED; }
a { background-color: rgb(139,239,237); }
div.DivClassName
{
background-color: #8BEFED;
}
.BgClassName
{
background-color: #8BEFED;
}
</style>
border-color css
<style>
span { border-color: #8BEFED; }
span { border-color: rgb(139,239,237); }
td.TdClassName
{
border-color: #8BEFED;
}
.TagClassName
{
border-color: #8BEFED;
}
</style>