Shades of Electric Blue #83ECEA
Tints of Electric Blue #83ECEA
RGB
CMYK
RGB Variations
Color information
#83ECEA (or 0x83ECEA) is known color: Electric Blue. HEX triplet: 83, EC and EA. RGB value is (131,236,234). Sum of RGB (Red+Green+Blue) = 131+236+234=601 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.80% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 236 - color contains mainly: green. Hex color #83ECEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83ECEA is #7C1315. Grayscale: #CCCCCC. Windows color (decimal): -8131350 or 15395971. OLE color: 15395971.
HSL color Cylindrical-coordinate representation of color #83ECEA: hue angle of 178.86º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83ECEA is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 236 | 234 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.07 |
| HSL | 178.86º | 0.73% | 0.72% | - |
| HSV(B) | 178.86º | 0.44% | 0.93% | - |
| XYZ | 54.21 | 70.76 | 88.64 | - |
| YUV | 204.38 | 144.71 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 236 | 234 | 0.44 | 0 | 0.01 | 0.07 | 178.86 | 0.73 | 0.72 |
| Hex | 83 | EC | EA | 2C | 0 | 1 | 7 | B3 | 49 | 48 |
| Octal | 203 | 354 | 352 | 54 | 0 | 1 | 7 | 263 | 111 | 110 |
| Binary | 10000011 | 11101100 | 11101010 | 101100 | 0 | 1 | 111 | 10110011 | 1001001 | 1001000 |
Color Harmonies of #83ECEA
Complementary color
Monochromatic Colors of #83ECEA
Black with #83ECEA
Text Example
Text Example
White with #83ECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ECEA; }
p { color: rgb(131,236,234); }
H1.HeaderClassName
{
color: #83ECEA;
}
.AnyTagClassName
{
color: #83ECEA;
}
</style>
background-color css
<style>
a { background-color: #83ECEA; }
a { background-color: rgb(131,236,234); }
div.DivClassName
{
background-color: #83ECEA;
}
.BgClassName
{
background-color: #83ECEA;
}
</style>
border-color css
<style>
span { border-color: #83ECEA; }
span { border-color: rgb(131,236,234); }
td.TdClassName
{
border-color: #83ECEA;
}
.TagClassName
{
border-color: #83ECEA;
}
</style>