Shades of Electric Blue #83EEFE
Tints of Electric Blue #83EEFE
RGB
CMYK
RGB Variations
Color information
#83EEFE (or 0x83EEFE) is known color: Electric Blue. HEX triplet: 83, EE and FE. RGB value is (131,238,254). Sum of RGB (Red+Green+Blue) = 131+238+254=623 (82% of max value = 765). Red value is 131 (51.56% from 255 or 21.03% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #83EEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EEFE is #7C1101. Grayscale: #CFCFCF. Windows color (decimal): -8130818 or 16707203. OLE color: 16707203.
HSL color Cylindrical-coordinate representation of color #83EEFE: hue angle of 187.8º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83EEFE is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 238 | 254 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.00 |
| HSL | 187.8º | 0.98% | 0.75% | - |
| HSV(B) | 187.8º | 0.48% | 1% | - |
| XYZ | 57.82 | 73.13 | 104.83 | - |
| YUV | 207.83 | 154.05 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 238 | 254 | 0.48 | 0.06 | 0 | 0.00 | 187.8 | 0.98 | 0.75 |
| Hex | 83 | EE | FE | 30 | 6 | 0 | 0 | BC | 62 | 4B |
| Octal | 203 | 356 | 376 | 60 | 6 | 0 | 0 | 274 | 142 | 113 |
| Binary | 10000011 | 11101110 | 11111110 | 110000 | 110 | 0 | 0 | 10111100 | 1100010 | 1001011 |
Color Harmonies of #83EEFE
Complementary color
Monochromatic Colors of #83EEFE
Black with #83EEFE
Text Example
Text Example
White with #83EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EEFE; }
p { color: rgb(131,238,254); }
H1.HeaderClassName
{
color: #83EEFE;
}
.AnyTagClassName
{
color: #83EEFE;
}
</style>
background-color css
<style>
a { background-color: #83EEFE; }
a { background-color: rgb(131,238,254); }
div.DivClassName
{
background-color: #83EEFE;
}
.BgClassName
{
background-color: #83EEFE;
}
</style>
border-color css
<style>
span { border-color: #83EEFE; }
span { border-color: rgb(131,238,254); }
td.TdClassName
{
border-color: #83EEFE;
}
.TagClassName
{
border-color: #83EEFE;
}
</style>