Shades of Sky Blue #82E0EF
Tints of Sky Blue #82E0EF
RGB
CMYK
RGB Variations
Color information
#82E0EF (or 0x82E0EF) is known color: Sky Blue. HEX triplet: 82, E0 and EF. RGB value is (130,224,239). Sum of RGB (Red+Green+Blue) = 130+224+239=593 (78% of max value = 765). Red value is 130 (51.17% from 255 or 21.92% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #82E0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82E0EF is #7D1F10. Grayscale: #C5C5C5. Windows color (decimal): -8199953 or 15720578. OLE color: 15720578.
HSL color Cylindrical-coordinate representation of color #82E0EF: hue angle of 188.26º 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 #82E0EF is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 224 | 239 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.06 |
| HSL | 188.26º | 0.77% | 0.72% | - |
| HSV(B) | 188.26º | 0.46% | 0.94% | - |
| XYZ | 51.44 | 64.29 | 91.36 | - |
| YUV | 197.6 | 151.36 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 224 | 239 | 0.46 | 0.06 | 0 | 0.06 | 188.26 | 0.77 | 0.72 |
| Hex | 82 | E0 | EF | 2E | 6 | 0 | 6 | BC | 4D | 48 |
| Octal | 202 | 340 | 357 | 56 | 6 | 0 | 6 | 274 | 115 | 110 |
| Binary | 10000010 | 11100000 | 11101111 | 101110 | 110 | 0 | 110 | 10111100 | 1001101 | 1001000 |
Color Harmonies of #82E0EF
Complementary color
Monochromatic Colors of #82E0EF
Black with #82E0EF
Text Example
Text Example
White with #82E0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E0EF; }
p { color: rgb(130,224,239); }
H1.HeaderClassName
{
color: #82E0EF;
}
.AnyTagClassName
{
color: #82E0EF;
}
</style>
background-color css
<style>
a { background-color: #82E0EF; }
a { background-color: rgb(130,224,239); }
div.DivClassName
{
background-color: #82E0EF;
}
.BgClassName
{
background-color: #82E0EF;
}
</style>
border-color css
<style>
span { border-color: #82E0EF; }
span { border-color: rgb(130,224,239); }
td.TdClassName
{
border-color: #82E0EF;
}
.TagClassName
{
border-color: #82E0EF;
}
</style>