Shades of Electric Blue #83E9EA
Tints of Electric Blue #83E9EA
RGB
CMYK
RGB Variations
Color information
#83E9EA (or 0x83E9EA) is known color: Electric Blue. HEX triplet: 83, E9 and EA. RGB value is (131,233,234). Sum of RGB (Red+Green+Blue) = 131+233+234=598 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.91% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #83E9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83E9EA is #7C1615. Grayscale: #CACACA. Windows color (decimal): -8132118 or 15395203. OLE color: 15395203.
HSL color Cylindrical-coordinate representation of color #83E9EA: hue angle of 180.58º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83E9EA is Cyan = 0.44, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 233 | 234 | - |
| CMYK | 0.44 | 0.00 | 0 | 0.08 |
| HSL | 180.58º | 0.71% | 0.72% | - |
| HSV(B) | 180.58º | 0.44% | 0.92% | - |
| XYZ | 53.35 | 69.04 | 88.36 | - |
| YUV | 202.62 | 145.71 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 233 | 234 | 0.44 | 0.00 | 0 | 0.08 | 180.58 | 0.71 | 0.72 |
| Hex | 83 | E9 | EA | 2C | 0 | 0 | 8 | B5 | 47 | 48 |
| Octal | 203 | 351 | 352 | 54 | 0 | 0 | 10 | 265 | 107 | 110 |
| Binary | 10000011 | 11101001 | 11101010 | 101100 | 0 | 0 | 1000 | 10110101 | 1000111 | 1001000 |
Color Harmonies of #83E9EA
Complementary color
Monochromatic Colors of #83E9EA
Black with #83E9EA
Text Example
Text Example
White with #83E9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E9EA; }
p { color: rgb(131,233,234); }
H1.HeaderClassName
{
color: #83E9EA;
}
.AnyTagClassName
{
color: #83E9EA;
}
</style>
background-color css
<style>
a { background-color: #83E9EA; }
a { background-color: rgb(131,233,234); }
div.DivClassName
{
background-color: #83E9EA;
}
.BgClassName
{
background-color: #83E9EA;
}
</style>
border-color css
<style>
span { border-color: #83E9EA; }
span { border-color: rgb(131,233,234); }
td.TdClassName
{
border-color: #83E9EA;
}
.TagClassName
{
border-color: #83E9EA;
}
</style>