Shades of Electric Blue #82E6EF
Tints of Electric Blue #82E6EF
RGB
CMYK
RGB Variations
Color information
#82E6EF (or 0x82E6EF) is known color: Electric Blue. HEX triplet: 82, E6 and EF. RGB value is (130,230,239). Sum of RGB (Red+Green+Blue) = 130+230+239=599 (79% of max value = 765). Red value is 130 (51.17% from 255 or 21.70% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #82E6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82E6EF is #7D1910. Grayscale: #C8C8C8. Windows color (decimal): -8198417 or 15722114. OLE color: 15722114.
HSL color Cylindrical-coordinate representation of color #82E6EF: hue angle of 184.95º 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 #82E6EF is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 230 | 239 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.06 |
| HSL | 184.95º | 0.77% | 0.72% | - |
| HSV(B) | 184.95º | 0.46% | 0.94% | - |
| XYZ | 53.08 | 67.57 | 91.91 | - |
| YUV | 201.13 | 149.37 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 230 | 239 | 0.46 | 0.04 | 0 | 0.06 | 184.95 | 0.77 | 0.72 |
| Hex | 82 | E6 | EF | 2E | 4 | 0 | 6 | B9 | 4D | 48 |
| Octal | 202 | 346 | 357 | 56 | 4 | 0 | 6 | 271 | 115 | 110 |
| Binary | 10000010 | 11100110 | 11101111 | 101110 | 100 | 0 | 110 | 10111001 | 1001101 | 1001000 |
Color Harmonies of #82E6EF
Complementary color
Monochromatic Colors of #82E6EF
Black with #82E6EF
Text Example
Text Example
White with #82E6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E6EF; }
p { color: rgb(130,230,239); }
H1.HeaderClassName
{
color: #82E6EF;
}
.AnyTagClassName
{
color: #82E6EF;
}
</style>
background-color css
<style>
a { background-color: #82E6EF; }
a { background-color: rgb(130,230,239); }
div.DivClassName
{
background-color: #82E6EF;
}
.BgClassName
{
background-color: #82E6EF;
}
</style>
border-color css
<style>
span { border-color: #82E6EF; }
span { border-color: rgb(130,230,239); }
td.TdClassName
{
border-color: #82E6EF;
}
.TagClassName
{
border-color: #82E6EF;
}
</style>