Shades of Electric Blue #83F9EC
Tints of Electric Blue #83F9EC
RGB
CMYK
RGB Variations
Color information
#83F9EC (or 0x83F9EC) is known color: Electric Blue. HEX triplet: 83, F9 and EC. RGB value is (131,249,236). Sum of RGB (Red+Green+Blue) = 131+249+236=616 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.27% from 616); Green value is 249 (97.66% from 255 or 40.42% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 249 - color contains mainly: green. Hex color #83F9EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F9EC is #7C0613. Grayscale: #D4D4D4. Windows color (decimal): -8128020 or 15530371. OLE color: 15530371.
HSL color Cylindrical-coordinate representation of color #83F9EC: hue angle of 173.39º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F9EC is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 249 | 236 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.02 |
| HSL | 173.39º | 0.91% | 0.75% | - |
| HSV(B) | 173.39º | 0.47% | 0.98% | - |
| XYZ | 58.38 | 78.63 | 91.46 | - |
| YUV | 212.24 | 141.41 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 249 | 236 | 0.47 | 0 | 0.05 | 0.02 | 173.39 | 0.91 | 0.75 |
| Hex | 83 | F9 | EC | 2F | 0 | 5 | 2 | AD | 5B | 4B |
| Octal | 203 | 371 | 354 | 57 | 0 | 5 | 2 | 255 | 133 | 113 |
| Binary | 10000011 | 11111001 | 11101100 | 101111 | 0 | 101 | 10 | 10101101 | 1011011 | 1001011 |
Color Harmonies of #83F9EC
Complementary color
Monochromatic Colors of #83F9EC
Black with #83F9EC
Text Example
Text Example
White with #83F9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F9EC; }
p { color: rgb(131,249,236); }
H1.HeaderClassName
{
color: #83F9EC;
}
.AnyTagClassName
{
color: #83F9EC;
}
</style>
background-color css
<style>
a { background-color: #83F9EC; }
a { background-color: rgb(131,249,236); }
div.DivClassName
{
background-color: #83F9EC;
}
.BgClassName
{
background-color: #83F9EC;
}
</style>
border-color css
<style>
span { border-color: #83F9EC; }
span { border-color: rgb(131,249,236); }
td.TdClassName
{
border-color: #83F9EC;
}
.TagClassName
{
border-color: #83F9EC;
}
</style>