Shades of Electric Blue #82EFE5
Tints of Electric Blue #82EFE5
RGB
CMYK
RGB Variations
Color information
#82EFE5 (or 0x82EFE5) is known color: Electric Blue. HEX triplet: 82, EF and E5. RGB value is (130,239,229). Sum of RGB (Red+Green+Blue) = 130+239+229=598 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.74% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #82EFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82EFE5 is #7D101A. Grayscale: #CDCDCD. Windows color (decimal): -8196123 or 15069058. OLE color: 15069058.
HSL color Cylindrical-coordinate representation of color #82EFE5: hue angle of 174.5º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82EFE5 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 239 | 229 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.06 |
| HSL | 174.5º | 0.77% | 0.72% | - |
| HSV(B) | 174.5º | 0.46% | 0.94% | - |
| XYZ | 54.22 | 72.14 | 85.19 | - |
| YUV | 205.27 | 141.39 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 239 | 229 | 0.46 | 0 | 0.04 | 0.06 | 174.5 | 0.77 | 0.72 |
| Hex | 82 | EF | E5 | 2E | 0 | 4 | 6 | AE | 4D | 48 |
| Octal | 202 | 357 | 345 | 56 | 0 | 4 | 6 | 256 | 115 | 110 |
| Binary | 10000010 | 11101111 | 11100101 | 101110 | 0 | 100 | 110 | 10101110 | 1001101 | 1001000 |
Color Harmonies of #82EFE5
Complementary color
Monochromatic Colors of #82EFE5
Black with #82EFE5
Text Example
Text Example
White with #82EFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EFE5; }
p { color: rgb(130,239,229); }
H1.HeaderClassName
{
color: #82EFE5;
}
.AnyTagClassName
{
color: #82EFE5;
}
</style>
background-color css
<style>
a { background-color: #82EFE5; }
a { background-color: rgb(130,239,229); }
div.DivClassName
{
background-color: #82EFE5;
}
.BgClassName
{
background-color: #82EFE5;
}
</style>
border-color css
<style>
span { border-color: #82EFE5; }
span { border-color: rgb(130,239,229); }
td.TdClassName
{
border-color: #82EFE5;
}
.TagClassName
{
border-color: #82EFE5;
}
</style>