Shades of Electric Blue #8BFDEF
Tints of Electric Blue #8BFDEF
RGB
CMYK
RGB Variations
Color information
#8BFDEF (or 0x8BFDEF) is known color: Electric Blue. HEX triplet: 8B, FD and EF. RGB value is (139,253,239). Sum of RGB (Red+Green+Blue) = 139+253+239=631 (83% of max value = 765). Red value is 139 (54.69% from 255 or 22.03% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFDEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BFDEF is #740210. Grayscale: #D9D9D9. Windows color (decimal): -7602705 or 15728011. OLE color: 15728011.
HSL color Cylindrical-coordinate representation of color #8BFDEF: hue angle of 172.63º 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 #8BFDEF is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 253 | 239 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.01 |
| HSL | 172.63º | 0.97% | 0.77% | - |
| HSV(B) | 172.63º | 0.45% | 0.99% | - |
| XYZ | 61.35 | 81.97 | 94.25 | - |
| YUV | 217.32 | 140.23 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 253 | 239 | 0.45 | 0 | 0.06 | 0.01 | 172.63 | 0.97 | 0.77 |
| Hex | 8B | FD | EF | 2D | 0 | 6 | 1 | AD | 61 | 4D |
| Octal | 213 | 375 | 357 | 55 | 0 | 6 | 1 | 255 | 141 | 115 |
| Binary | 10001011 | 11111101 | 11101111 | 101101 | 0 | 110 | 1 | 10101101 | 1100001 | 1001101 |
Color Harmonies of #8BFDEF
Complementary color
Monochromatic Colors of #8BFDEF
Black with #8BFDEF
Text Example
Text Example
White with #8BFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFDEF; }
p { color: rgb(139,253,239); }
H1.HeaderClassName
{
color: #8BFDEF;
}
.AnyTagClassName
{
color: #8BFDEF;
}
</style>
background-color css
<style>
a { background-color: #8BFDEF; }
a { background-color: rgb(139,253,239); }
div.DivClassName
{
background-color: #8BFDEF;
}
.BgClassName
{
background-color: #8BFDEF;
}
</style>
border-color css
<style>
span { border-color: #8BFDEF; }
span { border-color: rgb(139,253,239); }
td.TdClassName
{
border-color: #8BFDEF;
}
.TagClassName
{
border-color: #8BFDEF;
}
</style>