Shades of Electric Blue #83EEFF
Tints of Electric Blue #83EEFF
RGB
CMYK
RGB Variations
Color information
#83EEFF (or 0x83EEFF) is known color: Electric Blue. HEX triplet: 83, EE and FF. RGB value is (131,238,255). Sum of RGB (Red+Green+Blue) = 131+238+255=624 (82% of max value = 765). Red value is 131 (51.56% from 255 or 20.99% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #83EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EEFF is #7C1100. Grayscale: #CFCFCF. Windows color (decimal): -8130817 or 16772739. OLE color: 16772739.
HSL color Cylindrical-coordinate representation of color #83EEFF: hue angle of 188.23º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83EEFF is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 238 | 255 | - |
| CMYK | 0.49 | 0.07 | 0 | 0 |
| HSL | 188.23º | 1% | 0.76% | - |
| HSV(B) | 188.23º | 0.49% | 1% | - |
| XYZ | 57.98 | 73.19 | 105.68 | - |
| YUV | 207.95 | 154.55 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 238 | 255 | 0.49 | 0.07 | 0 | 0 | 188.23 | 1 | 0.76 |
| Hex | 83 | EE | FF | 31 | 7 | 0 | 0 | BC | 64 | 4C |
| Octal | 203 | 356 | 377 | 61 | 7 | 0 | 0 | 274 | 144 | 114 |
| Binary | 10000011 | 11101110 | 11111111 | 110001 | 111 | 0 | 0 | 10111100 | 1100100 | 1001100 |
Color Harmonies of #83EEFF
Complementary color
Monochromatic Colors of #83EEFF
Black with #83EEFF
Text Example
Text Example
White with #83EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EEFF; }
p { color: rgb(131,238,255); }
H1.HeaderClassName
{
color: #83EEFF;
}
.AnyTagClassName
{
color: #83EEFF;
}
</style>
background-color css
<style>
a { background-color: #83EEFF; }
a { background-color: rgb(131,238,255); }
div.DivClassName
{
background-color: #83EEFF;
}
.BgClassName
{
background-color: #83EEFF;
}
</style>
border-color css
<style>
span { border-color: #83EEFF; }
span { border-color: rgb(131,238,255); }
td.TdClassName
{
border-color: #83EEFF;
}
.TagClassName
{
border-color: #83EEFF;
}
</style>