Shades of Electric Blue #8BF3EC
Tints of Electric Blue #8BF3EC
RGB
CMYK
RGB Variations
Color information
#8BF3EC (or 0x8BF3EC) is known color: Electric Blue. HEX triplet: 8B, F3 and EC. RGB value is (139,243,236). Sum of RGB (Red+Green+Blue) = 139+243+236=618 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.49% from 618); Green value is 243 (95.31% from 255 or 39.32% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 243 - color contains mainly: green. Hex color #8BF3EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BF3EC is #740C13. Grayscale: #D3D3D3. Windows color (decimal): -7605268 or 15528843. OLE color: 15528843.
HSL color Cylindrical-coordinate representation of color #8BF3EC: hue angle of 175.96º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BF3EC is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 243 | 236 | - |
| CMYK | 0.43 | 0 | 0.03 | 0.05 |
| HSL | 175.96º | 0.81% | 0.75% | - |
| HSV(B) | 175.96º | 0.43% | 0.95% | - |
| XYZ | 57.84 | 75.65 | 90.91 | - |
| YUV | 211.11 | 142.04 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 243 | 236 | 0.43 | 0 | 0.03 | 0.05 | 175.96 | 0.81 | 0.75 |
| Hex | 8B | F3 | EC | 2B | 0 | 3 | 5 | B0 | 51 | 4B |
| Octal | 213 | 363 | 354 | 53 | 0 | 3 | 5 | 260 | 121 | 113 |
| Binary | 10001011 | 11110011 | 11101100 | 101011 | 0 | 11 | 101 | 10110000 | 1010001 | 1001011 |
Color Harmonies of #8BF3EC
Complementary color
Monochromatic Colors of #8BF3EC
Black with #8BF3EC
Text Example
Text Example
White with #8BF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF3EC; }
p { color: rgb(139,243,236); }
H1.HeaderClassName
{
color: #8BF3EC;
}
.AnyTagClassName
{
color: #8BF3EC;
}
</style>
background-color css
<style>
a { background-color: #8BF3EC; }
a { background-color: rgb(139,243,236); }
div.DivClassName
{
background-color: #8BF3EC;
}
.BgClassName
{
background-color: #8BF3EC;
}
</style>
border-color css
<style>
span { border-color: #8BF3EC; }
span { border-color: rgb(139,243,236); }
td.TdClassName
{
border-color: #8BF3EC;
}
.TagClassName
{
border-color: #8BF3EC;
}
</style>