Shades of Electric Blue #83F0ED
Tints of Electric Blue #83F0ED
RGB
CMYK
RGB Variations
Color information
#83F0ED (or 0x83F0ED) is known color: Electric Blue. HEX triplet: 83, F0 and ED. RGB value is (131,240,237). Sum of RGB (Red+Green+Blue) = 131+240+237=608 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.55% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 240 - color contains mainly: green. Hex color #83F0ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F0ED is #7C0F12. Grayscale: #CECECE. Windows color (decimal): -8130323 or 15593603. OLE color: 15593603.
HSL color Cylindrical-coordinate representation of color #83F0ED: hue angle of 178.35º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83F0ED is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 240 | 237 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.06 |
| HSL | 178.35º | 0.78% | 0.73% | - |
| HSV(B) | 178.35º | 0.45% | 0.94% | - |
| XYZ | 55.81 | 73.26 | 91.32 | - |
| YUV | 207.07 | 144.89 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 240 | 237 | 0.45 | 0 | 0.01 | 0.06 | 178.35 | 0.78 | 0.73 |
| Hex | 83 | F0 | ED | 2D | 0 | 1 | 6 | B2 | 4E | 49 |
| Octal | 203 | 360 | 355 | 55 | 0 | 1 | 6 | 262 | 116 | 111 |
| Binary | 10000011 | 11110000 | 11101101 | 101101 | 0 | 1 | 110 | 10110010 | 1001110 | 1001001 |
Color Harmonies of #83F0ED
Complementary color
Monochromatic Colors of #83F0ED
Black with #83F0ED
Text Example
Text Example
White with #83F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F0ED; }
p { color: rgb(131,240,237); }
H1.HeaderClassName
{
color: #83F0ED;
}
.AnyTagClassName
{
color: #83F0ED;
}
</style>
background-color css
<style>
a { background-color: #83F0ED; }
a { background-color: rgb(131,240,237); }
div.DivClassName
{
background-color: #83F0ED;
}
.BgClassName
{
background-color: #83F0ED;
}
</style>
border-color css
<style>
span { border-color: #83F0ED; }
span { border-color: rgb(131,240,237); }
td.TdClassName
{
border-color: #83F0ED;
}
.TagClassName
{
border-color: #83F0ED;
}
</style>