Shades of Electric Blue #8BEDF9
Tints of Electric Blue #8BEDF9
RGB
CMYK
RGB Variations
Color information
#8BEDF9 (or 0x8BEDF9) is known color: Electric Blue. HEX triplet: 8B, ED and F9. RGB value is (139,237,249). Sum of RGB (Red+Green+Blue) = 139+237+249=625 (82% of max value = 765). Red value is 139 (54.69% from 255 or 22.24% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #8BEDF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEDF9 is #741206. Grayscale: #D0D0D0. Windows color (decimal): -7606791 or 16379275. OLE color: 16379275.
HSL color Cylindrical-coordinate representation of color #8BEDF9: hue angle of 186.55º 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 #8BEDF9 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 237 | 249 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.02 |
| HSL | 186.55º | 0.9% | 0.76% | - |
| HSV(B) | 186.55º | 0.44% | 0.98% | - |
| XYZ | 58.03 | 72.9 | 100.63 | - |
| YUV | 209.07 | 150.53 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 237 | 249 | 0.44 | 0.05 | 0 | 0.02 | 186.55 | 0.9 | 0.76 |
| Hex | 8B | ED | F9 | 2C | 5 | 0 | 2 | BB | 5A | 4C |
| Octal | 213 | 355 | 371 | 54 | 5 | 0 | 2 | 273 | 132 | 114 |
| Binary | 10001011 | 11101101 | 11111001 | 101100 | 101 | 0 | 10 | 10111011 | 1011010 | 1001100 |
Color Harmonies of #8BEDF9
Complementary color
Monochromatic Colors of #8BEDF9
Black with #8BEDF9
Text Example
Text Example
White with #8BEDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEDF9; }
p { color: rgb(139,237,249); }
H1.HeaderClassName
{
color: #8BEDF9;
}
.AnyTagClassName
{
color: #8BEDF9;
}
</style>
background-color css
<style>
a { background-color: #8BEDF9; }
a { background-color: rgb(139,237,249); }
div.DivClassName
{
background-color: #8BEDF9;
}
.BgClassName
{
background-color: #8BEDF9;
}
</style>
border-color css
<style>
span { border-color: #8BEDF9; }
span { border-color: rgb(139,237,249); }
td.TdClassName
{
border-color: #8BEDF9;
}
.TagClassName
{
border-color: #8BEDF9;
}
</style>