Shades of Electric Blue #83EDEF
Tints of Electric Blue #83EDEF
RGB
CMYK
RGB Variations
Color information
#83EDEF (or 0x83EDEF) is known color: Electric Blue. HEX triplet: 83, ED and EF. RGB value is (131,237,239). Sum of RGB (Red+Green+Blue) = 131+237+239=607 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.58% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #83EDEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EDEF is #7C1210. Grayscale: #CDCDCD. Windows color (decimal): -8131089 or 15723907. OLE color: 15723907.
HSL color Cylindrical-coordinate representation of color #83EDEF: hue angle of 181.11º 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 #83EDEF is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 237 | 239 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.06 |
| HSL | 181.11º | 0.77% | 0.73% | - |
| HSV(B) | 181.11º | 0.45% | 0.94% | - |
| XYZ | 55.22 | 71.63 | 92.58 | - |
| YUV | 205.53 | 146.88 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 237 | 239 | 0.45 | 0.01 | 0 | 0.06 | 181.11 | 0.77 | 0.73 |
| Hex | 83 | ED | EF | 2D | 1 | 0 | 6 | B5 | 4D | 49 |
| Octal | 203 | 355 | 357 | 55 | 1 | 0 | 6 | 265 | 115 | 111 |
| Binary | 10000011 | 11101101 | 11101111 | 101101 | 1 | 0 | 110 | 10110101 | 1001101 | 1001001 |
Color Harmonies of #83EDEF
Complementary color
Monochromatic Colors of #83EDEF
Black with #83EDEF
Text Example
Text Example
White with #83EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EDEF; }
p { color: rgb(131,237,239); }
H1.HeaderClassName
{
color: #83EDEF;
}
.AnyTagClassName
{
color: #83EDEF;
}
</style>
background-color css
<style>
a { background-color: #83EDEF; }
a { background-color: rgb(131,237,239); }
div.DivClassName
{
background-color: #83EDEF;
}
.BgClassName
{
background-color: #83EDEF;
}
</style>
border-color css
<style>
span { border-color: #83EDEF; }
span { border-color: rgb(131,237,239); }
td.TdClassName
{
border-color: #83EDEF;
}
.TagClassName
{
border-color: #83EDEF;
}
</style>