Shades of Electric Blue #83E8EF
Tints of Electric Blue #83E8EF
RGB
CMYK
RGB Variations
Color information
#83E8EF (or 0x83E8EF) is known color: Electric Blue. HEX triplet: 83, E8 and EF. RGB value is (131,232,239). Sum of RGB (Red+Green+Blue) = 131+232+239=602 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.76% from 602); Green value is 232 (91.02% from 255 or 38.54% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #83E8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83E8EF is #7C1710. Grayscale: #CACACA. Windows color (decimal): -8132369 or 15722627. OLE color: 15722627.
HSL color Cylindrical-coordinate representation of color #83E8EF: hue angle of 183.89º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83E8EF is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 232 | 239 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.06 |
| HSL | 183.89º | 0.77% | 0.73% | - |
| HSV(B) | 183.89º | 0.45% | 0.94% | - |
| XYZ | 53.8 | 68.77 | 92.1 | - |
| YUV | 202.6 | 148.54 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 232 | 239 | 0.45 | 0.03 | 0 | 0.06 | 183.89 | 0.77 | 0.73 |
| Hex | 83 | E8 | EF | 2D | 3 | 0 | 6 | B8 | 4D | 49 |
| Octal | 203 | 350 | 357 | 55 | 3 | 0 | 6 | 270 | 115 | 111 |
| Binary | 10000011 | 11101000 | 11101111 | 101101 | 11 | 0 | 110 | 10111000 | 1001101 | 1001001 |
Color Harmonies of #83E8EF
Complementary color
Monochromatic Colors of #83E8EF
Black with #83E8EF
Text Example
Text Example
White with #83E8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E8EF; }
p { color: rgb(131,232,239); }
H1.HeaderClassName
{
color: #83E8EF;
}
.AnyTagClassName
{
color: #83E8EF;
}
</style>
background-color css
<style>
a { background-color: #83E8EF; }
a { background-color: rgb(131,232,239); }
div.DivClassName
{
background-color: #83E8EF;
}
.BgClassName
{
background-color: #83E8EF;
}
</style>
border-color css
<style>
span { border-color: #83E8EF; }
span { border-color: rgb(131,232,239); }
td.TdClassName
{
border-color: #83E8EF;
}
.TagClassName
{
border-color: #83E8EF;
}
</style>