Shades of Electric Blue #8BE8F9
Tints of Electric Blue #8BE8F9
RGB
CMYK
RGB Variations
Color information
#8BE8F9 (or 0x8BE8F9) is known color: Electric Blue. HEX triplet: 8B, E8 and F9. RGB value is (139,232,249). Sum of RGB (Red+Green+Blue) = 139+232+249=620 (82% of max value = 765). Red value is 139 (54.69% from 255 or 22.42% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #8BE8F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BE8F9 is #741706. Grayscale: #CDCDCD. Windows color (decimal): -7608071 or 16377995. OLE color: 16377995.
HSL color Cylindrical-coordinate representation of color #8BE8F9: hue angle of 189.27º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BE8F9 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 232 | 249 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.02 |
| HSL | 189.27º | 0.9% | 0.76% | - |
| HSV(B) | 189.27º | 0.44% | 0.98% | - |
| XYZ | 56.6 | 70.04 | 100.16 | - |
| YUV | 206.13 | 152.19 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 232 | 249 | 0.44 | 0.07 | 0 | 0.02 | 189.27 | 0.9 | 0.76 |
| Hex | 8B | E8 | F9 | 2C | 7 | 0 | 2 | BD | 5A | 4C |
| Octal | 213 | 350 | 371 | 54 | 7 | 0 | 2 | 275 | 132 | 114 |
| Binary | 10001011 | 11101000 | 11111001 | 101100 | 111 | 0 | 10 | 10111101 | 1011010 | 1001100 |
Color Harmonies of #8BE8F9
Complementary color
Monochromatic Colors of #8BE8F9
Black with #8BE8F9
Text Example
Text Example
White with #8BE8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE8F9; }
p { color: rgb(139,232,249); }
H1.HeaderClassName
{
color: #8BE8F9;
}
.AnyTagClassName
{
color: #8BE8F9;
}
</style>
background-color css
<style>
a { background-color: #8BE8F9; }
a { background-color: rgb(139,232,249); }
div.DivClassName
{
background-color: #8BE8F9;
}
.BgClassName
{
background-color: #8BE8F9;
}
</style>
border-color css
<style>
span { border-color: #8BE8F9; }
span { border-color: rgb(139,232,249); }
td.TdClassName
{
border-color: #8BE8F9;
}
.TagClassName
{
border-color: #8BE8F9;
}
</style>