Shades of Electric Blue #8BF1ED
Tints of Electric Blue #8BF1ED
RGB
CMYK
RGB Variations
Color information
#8BF1ED (or 0x8BF1ED) is known color: Electric Blue. HEX triplet: 8B, F1 and ED. RGB value is (139,241,237). Sum of RGB (Red+Green+Blue) = 139+241+237=617 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.53% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #8BF1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BF1ED is #740E12. Grayscale: #D1D1D1. Windows color (decimal): -7605779 or 15593867. OLE color: 15593867.
HSL color Cylindrical-coordinate representation of color #8BF1ED: hue angle of 177.65º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BF1ED is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 241 | 237 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.05 |
| HSL | 177.65º | 0.78% | 0.75% | - |
| HSV(B) | 177.65º | 0.42% | 0.95% | - |
| XYZ | 57.39 | 74.51 | 91.48 | - |
| YUV | 210.05 | 143.21 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 241 | 237 | 0.42 | 0 | 0.02 | 0.05 | 177.65 | 0.78 | 0.75 |
| Hex | 8B | F1 | ED | 2A | 0 | 2 | 5 | B2 | 4E | 4B |
| Octal | 213 | 361 | 355 | 52 | 0 | 2 | 5 | 262 | 116 | 113 |
| Binary | 10001011 | 11110001 | 11101101 | 101010 | 0 | 10 | 101 | 10110010 | 1001110 | 1001011 |
Color Harmonies of #8BF1ED
Complementary color
Monochromatic Colors of #8BF1ED
Black with #8BF1ED
Text Example
Text Example
White with #8BF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF1ED; }
p { color: rgb(139,241,237); }
H1.HeaderClassName
{
color: #8BF1ED;
}
.AnyTagClassName
{
color: #8BF1ED;
}
</style>
background-color css
<style>
a { background-color: #8BF1ED; }
a { background-color: rgb(139,241,237); }
div.DivClassName
{
background-color: #8BF1ED;
}
.BgClassName
{
background-color: #8BF1ED;
}
</style>
border-color css
<style>
span { border-color: #8BF1ED; }
span { border-color: rgb(139,241,237); }
td.TdClassName
{
border-color: #8BF1ED;
}
.TagClassName
{
border-color: #8BF1ED;
}
</style>