Shades of Electric Blue #83FCEC
Tints of Electric Blue #83FCEC
RGB
CMYK
RGB Variations
Color information
#83FCEC (or 0x83FCEC) is known color: Electric Blue. HEX triplet: 83, FC and EC. RGB value is (131,252,236). Sum of RGB (Red+Green+Blue) = 131+252+236=619 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.16% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #83FCEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FCEC is #7C0313. Grayscale: #D5D5D5. Windows color (decimal): -8127252 or 15531139. OLE color: 15531139.
HSL color Cylindrical-coordinate representation of color #83FCEC: hue angle of 172.07º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FCEC is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 252 | 236 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.01 |
| HSL | 172.07º | 0.95% | 0.75% | - |
| HSV(B) | 172.07º | 0.48% | 0.99% | - |
| XYZ | 59.31 | 80.5 | 91.77 | - |
| YUV | 214 | 140.41 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 252 | 236 | 0.48 | 0 | 0.06 | 0.01 | 172.07 | 0.95 | 0.75 |
| Hex | 83 | FC | EC | 30 | 0 | 6 | 1 | AC | 5F | 4B |
| Octal | 203 | 374 | 354 | 60 | 0 | 6 | 1 | 254 | 137 | 113 |
| Binary | 10000011 | 11111100 | 11101100 | 110000 | 0 | 110 | 1 | 10101100 | 1011111 | 1001011 |
Color Harmonies of #83FCEC
Complementary color
Monochromatic Colors of #83FCEC
Black with #83FCEC
Text Example
Text Example
White with #83FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FCEC; }
p { color: rgb(131,252,236); }
H1.HeaderClassName
{
color: #83FCEC;
}
.AnyTagClassName
{
color: #83FCEC;
}
</style>
background-color css
<style>
a { background-color: #83FCEC; }
a { background-color: rgb(131,252,236); }
div.DivClassName
{
background-color: #83FCEC;
}
.BgClassName
{
background-color: #83FCEC;
}
</style>
border-color css
<style>
span { border-color: #83FCEC; }
span { border-color: rgb(131,252,236); }
td.TdClassName
{
border-color: #83FCEC;
}
.TagClassName
{
border-color: #83FCEC;
}
</style>