Shades of Electric Blue #8BF5EA
Tints of Electric Blue #8BF5EA
RGB
CMYK
RGB Variations
Color information
#8BF5EA (or 0x8BF5EA) is known color: Electric Blue. HEX triplet: 8B, F5 and EA. RGB value is (139,245,234). Sum of RGB (Red+Green+Blue) = 139+245+234=618 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.49% from 618); Green value is 245 (96.09% from 255 or 39.64% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 245 - color contains mainly: green. Hex color #8BF5EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BF5EA is #740A15. Grayscale: #D3D3D3. Windows color (decimal): -7604758 or 15398283. OLE color: 15398283.
HSL color Cylindrical-coordinate representation of color #8BF5EA: hue angle of 173.77º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BF5EA is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 139 | 245 | 234 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.04 |
| HSL | 173.77º | 0.84% | 0.75% | - |
| HSV(B) | 173.77º | 0.43% | 0.96% | - |
| XYZ | 58.15 | 76.73 | 89.59 | - |
| YUV | 212.05 | 140.38 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 245 | 234 | 0.43 | 0 | 0.04 | 0.04 | 173.77 | 0.84 | 0.75 |
| Hex | 8B | F5 | EA | 2B | 0 | 4 | 4 | AE | 54 | 4B |
| Octal | 213 | 365 | 352 | 53 | 0 | 4 | 4 | 256 | 124 | 113 |
| Binary | 10001011 | 11110101 | 11101010 | 101011 | 0 | 100 | 100 | 10101110 | 1010100 | 1001011 |
Color Harmonies of #8BF5EA
Complementary color
Monochromatic Colors of #8BF5EA
Black with #8BF5EA
Text Example
Text Example
White with #8BF5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF5EA; }
p { color: rgb(139,245,234); }
H1.HeaderClassName
{
color: #8BF5EA;
}
.AnyTagClassName
{
color: #8BF5EA;
}
</style>
background-color css
<style>
a { background-color: #8BF5EA; }
a { background-color: rgb(139,245,234); }
div.DivClassName
{
background-color: #8BF5EA;
}
.BgClassName
{
background-color: #8BF5EA;
}
</style>
border-color css
<style>
span { border-color: #8BF5EA; }
span { border-color: rgb(139,245,234); }
td.TdClassName
{
border-color: #8BF5EA;
}
.TagClassName
{
border-color: #8BF5EA;
}
</style>