Shades of Electric Blue #83F9EE
Tints of Electric Blue #83F9EE
RGB
CMYK
RGB Variations
Color information
#83F9EE (or 0x83F9EE) is known color: Electric Blue. HEX triplet: 83, F9 and EE. RGB value is (131,249,238). Sum of RGB (Red+Green+Blue) = 131+249+238=618 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.20% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 249 - color contains mainly: green. Hex color #83F9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F9EE is #7C0611. Grayscale: #D4D4D4. Windows color (decimal): -8128018 or 15661443. OLE color: 15661443.
HSL color Cylindrical-coordinate representation of color #83F9EE: hue angle of 174.41º 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 #83F9EE is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 249 | 238 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.02 |
| HSL | 174.41º | 0.91% | 0.75% | - |
| HSV(B) | 174.41º | 0.47% | 0.98% | - |
| XYZ | 58.67 | 78.75 | 93 | - |
| YUV | 212.46 | 142.41 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 249 | 238 | 0.47 | 0 | 0.04 | 0.02 | 174.41 | 0.91 | 0.75 |
| Hex | 83 | F9 | EE | 2F | 0 | 4 | 2 | AE | 5B | 4B |
| Octal | 203 | 371 | 356 | 57 | 0 | 4 | 2 | 256 | 133 | 113 |
| Binary | 10000011 | 11111001 | 11101110 | 101111 | 0 | 100 | 10 | 10101110 | 1011011 | 1001011 |
Color Harmonies of #83F9EE
Complementary color
Monochromatic Colors of #83F9EE
Black with #83F9EE
Text Example
Text Example
White with #83F9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F9EE; }
p { color: rgb(131,249,238); }
H1.HeaderClassName
{
color: #83F9EE;
}
.AnyTagClassName
{
color: #83F9EE;
}
</style>
background-color css
<style>
a { background-color: #83F9EE; }
a { background-color: rgb(131,249,238); }
div.DivClassName
{
background-color: #83F9EE;
}
.BgClassName
{
background-color: #83F9EE;
}
</style>
border-color css
<style>
span { border-color: #83F9EE; }
span { border-color: rgb(131,249,238); }
td.TdClassName
{
border-color: #83F9EE;
}
.TagClassName
{
border-color: #83F9EE;
}
</style>