Shades of Electric Blue #83FFEC
Tints of Electric Blue #83FFEC
RGB
CMYK
RGB Variations
Color information
#83FFEC (or 0x83FFEC) is known color: Electric Blue. HEX triplet: 83, FF and EC. RGB value is (131,255,236). Sum of RGB (Red+Green+Blue) = 131+255+236=622 (82% of max value = 765). Red value is 131 (51.56% from 255 or 21.06% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FFEC is #7C0013. Grayscale: #D7D7D7. Windows color (decimal): -8126484 or 15531907. OLE color: 15531907.
HSL color Cylindrical-coordinate representation of color #83FFEC: hue angle of 170.81º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83FFEC is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 236 | - |
| CMYK | 0.49 | 0 | 0.07 | 0 |
| HSL | 170.81º | 1% | 0.76% | - |
| HSV(B) | 170.81º | 0.49% | 1% | - |
| XYZ | 60.26 | 82.4 | 92.09 | - |
| YUV | 215.76 | 139.42 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 236 | 0.49 | 0 | 0.07 | 0 | 170.81 | 1 | 0.76 |
| Hex | 83 | FF | EC | 31 | 0 | 7 | 0 | AB | 64 | 4C |
| Octal | 203 | 377 | 354 | 61 | 0 | 7 | 0 | 253 | 144 | 114 |
| Binary | 10000011 | 11111111 | 11101100 | 110001 | 0 | 111 | 0 | 10101011 | 1100100 | 1001100 |
Color Harmonies of #83FFEC
Complementary color
Monochromatic Colors of #83FFEC
Black with #83FFEC
Text Example
Text Example
White with #83FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FFEC; }
p { color: rgb(131,255,236); }
H1.HeaderClassName
{
color: #83FFEC;
}
.AnyTagClassName
{
color: #83FFEC;
}
</style>
background-color css
<style>
a { background-color: #83FFEC; }
a { background-color: rgb(131,255,236); }
div.DivClassName
{
background-color: #83FFEC;
}
.BgClassName
{
background-color: #83FFEC;
}
</style>
border-color css
<style>
span { border-color: #83FFEC; }
span { border-color: rgb(131,255,236); }
td.TdClassName
{
border-color: #83FFEC;
}
.TagClassName
{
border-color: #83FFEC;
}
</style>