Shades of Electric Blue #83F7ED
Tints of Electric Blue #83F7ED
RGB
CMYK
RGB Variations
Color information
#83F7ED (or 0x83F7ED) is known color: Electric Blue. HEX triplet: 83, F7 and ED. RGB value is (131,247,237). Sum of RGB (Red+Green+Blue) = 131+247+237=615 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.30% from 615); Green value is 247 (96.88% from 255 or 40.16% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 247 - color contains mainly: green. Hex color #83F7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F7ED is #7C0812. Grayscale: #D3D3D3. Windows color (decimal): -8128531 or 15595395. OLE color: 15595395.
HSL color Cylindrical-coordinate representation of color #83F7ED: hue angle of 174.83º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F7ED is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 131 | 247 | 237 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.03 |
| HSL | 174.83º | 0.88% | 0.74% | - |
| HSV(B) | 174.83º | 0.47% | 0.97% | - |
| XYZ | 57.91 | 77.46 | 92.02 | - |
| YUV | 211.18 | 142.57 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 247 | 237 | 0.47 | 0 | 0.04 | 0.03 | 174.83 | 0.88 | 0.74 |
| Hex | 83 | F7 | ED | 2F | 0 | 4 | 3 | AF | 58 | 4A |
| Octal | 203 | 367 | 355 | 57 | 0 | 4 | 3 | 257 | 130 | 112 |
| Binary | 10000011 | 11110111 | 11101101 | 101111 | 0 | 100 | 11 | 10101111 | 1011000 | 1001010 |
Color Harmonies of #83F7ED
Complementary color
Monochromatic Colors of #83F7ED
Black with #83F7ED
Text Example
Text Example
White with #83F7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F7ED; }
p { color: rgb(131,247,237); }
H1.HeaderClassName
{
color: #83F7ED;
}
.AnyTagClassName
{
color: #83F7ED;
}
</style>
background-color css
<style>
a { background-color: #83F7ED; }
a { background-color: rgb(131,247,237); }
div.DivClassName
{
background-color: #83F7ED;
}
.BgClassName
{
background-color: #83F7ED;
}
</style>
border-color css
<style>
span { border-color: #83F7ED; }
span { border-color: rgb(131,247,237); }
td.TdClassName
{
border-color: #83F7ED;
}
.TagClassName
{
border-color: #83F7ED;
}
</style>