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