Shades of Electric Blue #8BFDEC
Tints of Electric Blue #8BFDEC
RGB
CMYK
RGB Variations
Color information
#8BFDEC (or 0x8BFDEC) is known color: Electric Blue. HEX triplet: 8B, FD and EC. RGB value is (139,253,236). Sum of RGB (Red+Green+Blue) = 139+253+236=628 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.13% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFDEC is #740213. Grayscale: #D8D8D8. Windows color (decimal): -7602708 or 15531403. OLE color: 15531403.
HSL color Cylindrical-coordinate representation of color #8BFDEC: hue angle of 171.05º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFDEC is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 253 | 236 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.01 |
| HSL | 171.05º | 0.97% | 0.77% | - |
| HSV(B) | 171.05º | 0.45% | 0.99% | - |
| XYZ | 60.91 | 81.8 | 91.93 | - |
| YUV | 216.98 | 138.73 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 253 | 236 | 0.45 | 0 | 0.07 | 0.01 | 171.05 | 0.97 | 0.77 |
| Hex | 8B | FD | EC | 2D | 0 | 7 | 1 | AB | 61 | 4D |
| Octal | 213 | 375 | 354 | 55 | 0 | 7 | 1 | 253 | 141 | 115 |
| Binary | 10001011 | 11111101 | 11101100 | 101101 | 0 | 111 | 1 | 10101011 | 1100001 | 1001101 |
Color Harmonies of #8BFDEC
Complementary color
Monochromatic Colors of #8BFDEC
Black with #8BFDEC
Text Example
Text Example
White with #8BFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFDEC; }
p { color: rgb(139,253,236); }
H1.HeaderClassName
{
color: #8BFDEC;
}
.AnyTagClassName
{
color: #8BFDEC;
}
</style>
background-color css
<style>
a { background-color: #8BFDEC; }
a { background-color: rgb(139,253,236); }
div.DivClassName
{
background-color: #8BFDEC;
}
.BgClassName
{
background-color: #8BFDEC;
}
</style>
border-color css
<style>
span { border-color: #8BFDEC; }
span { border-color: rgb(139,253,236); }
td.TdClassName
{
border-color: #8BFDEC;
}
.TagClassName
{
border-color: #8BFDEC;
}
</style>