Shades of Electric Blue #82EDE5
Tints of Electric Blue #82EDE5
RGB
CMYK
RGB Variations
Color information
#82EDE5 (or 0x82EDE5) is known color: Electric Blue. HEX triplet: 82, ED and E5. RGB value is (130,237,229). Sum of RGB (Red+Green+Blue) = 130+237+229=596 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.81% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #82EDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EDE5 is #7D121A. Grayscale: #CCCCCC. Windows color (decimal): -8196635 or 15068546. OLE color: 15068546.
HSL color Cylindrical-coordinate representation of color #82EDE5: hue angle of 175.51º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EDE5 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 237 | 229 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.07 |
| HSL | 175.51º | 0.75% | 0.72% | - |
| HSV(B) | 175.51º | 0.45% | 0.93% | - |
| XYZ | 53.63 | 70.97 | 85 | - |
| YUV | 204.1 | 142.05 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 237 | 229 | 0.45 | 0 | 0.03 | 0.07 | 175.51 | 0.75 | 0.72 |
| Hex | 82 | ED | E5 | 2D | 0 | 3 | 7 | B0 | 4B | 48 |
| Octal | 202 | 355 | 345 | 55 | 0 | 3 | 7 | 260 | 113 | 110 |
| Binary | 10000010 | 11101101 | 11100101 | 101101 | 0 | 11 | 111 | 10110000 | 1001011 | 1001000 |
Color Harmonies of #82EDE5
Complementary color
Monochromatic Colors of #82EDE5
Black with #82EDE5
Text Example
Text Example
White with #82EDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EDE5; }
p { color: rgb(130,237,229); }
H1.HeaderClassName
{
color: #82EDE5;
}
.AnyTagClassName
{
color: #82EDE5;
}
</style>
background-color css
<style>
a { background-color: #82EDE5; }
a { background-color: rgb(130,237,229); }
div.DivClassName
{
background-color: #82EDE5;
}
.BgClassName
{
background-color: #82EDE5;
}
</style>
border-color css
<style>
span { border-color: #82EDE5; }
span { border-color: rgb(130,237,229); }
td.TdClassName
{
border-color: #82EDE5;
}
.TagClassName
{
border-color: #82EDE5;
}
</style>