Shades of Electric Blue #83EEED
Tints of Electric Blue #83EEED
RGB
CMYK
RGB Variations
Color information
#83EEED (or 0x83EEED) is known color: Electric Blue. HEX triplet: 83, EE and ED. RGB value is (131,238,237). Sum of RGB (Red+Green+Blue) = 131+238+237=606 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.62% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 238 - color contains mainly: green. Hex color #83EEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EEED is #7C1112. Grayscale: #CDCDCD. Windows color (decimal): -8130835 or 15593091. OLE color: 15593091.
HSL color Cylindrical-coordinate representation of color #83EEED: hue angle of 179.44º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EEED is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 238 | 237 | - |
| CMYK | 0.45 | 0 | 0.00 | 0.07 |
| HSL | 179.44º | 0.76% | 0.72% | - |
| HSV(B) | 179.44º | 0.45% | 0.93% | - |
| XYZ | 55.22 | 72.09 | 91.12 | - |
| YUV | 205.89 | 145.55 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 238 | 237 | 0.45 | 0 | 0.00 | 0.07 | 179.44 | 0.76 | 0.72 |
| Hex | 83 | EE | ED | 2D | 0 | 0 | 7 | B3 | 4C | 48 |
| Octal | 203 | 356 | 355 | 55 | 0 | 0 | 7 | 263 | 114 | 110 |
| Binary | 10000011 | 11101110 | 11101101 | 101101 | 0 | 0 | 111 | 10110011 | 1001100 | 1001000 |
Color Harmonies of #83EEED
Complementary color
Monochromatic Colors of #83EEED
Black with #83EEED
Text Example
Text Example
White with #83EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EEED; }
p { color: rgb(131,238,237); }
H1.HeaderClassName
{
color: #83EEED;
}
.AnyTagClassName
{
color: #83EEED;
}
</style>
background-color css
<style>
a { background-color: #83EEED; }
a { background-color: rgb(131,238,237); }
div.DivClassName
{
background-color: #83EEED;
}
.BgClassName
{
background-color: #83EEED;
}
</style>
border-color css
<style>
span { border-color: #83EEED; }
span { border-color: rgb(131,238,237); }
td.TdClassName
{
border-color: #83EEED;
}
.TagClassName
{
border-color: #83EEED;
}
</style>