Shades of Sky Blue #82D0EF
Tints of Sky Blue #82D0EF
RGB
CMYK
RGB Variations
Color information
#82D0EF (or 0x82D0EF) is known color: Sky Blue. HEX triplet: 82, D0 and EF. RGB value is (130,208,239). Sum of RGB (Red+Green+Blue) = 130+208+239=577 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.53% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #82D0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82D0EF is #7D2F10. Grayscale: #BCBCBC. Windows color (decimal): -8204049 or 15716482. OLE color: 15716482.
HSL color Cylindrical-coordinate representation of color #82D0EF: hue angle of 197.06º 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 #82D0EF is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 208 | 239 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.06 |
| HSL | 197.06º | 0.77% | 0.72% | - |
| HSV(B) | 197.06º | 0.46% | 0.94% | - |
| XYZ | 47.34 | 56.09 | 89.99 | - |
| YUV | 188.21 | 156.66 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 208 | 239 | 0.46 | 0.13 | 0 | 0.06 | 197.06 | 0.77 | 0.72 |
| Hex | 82 | D0 | EF | 2E | D | 0 | 6 | C5 | 4D | 48 |
| Octal | 202 | 320 | 357 | 56 | 15 | 0 | 6 | 305 | 115 | 110 |
| Binary | 10000010 | 11010000 | 11101111 | 101110 | 1101 | 0 | 110 | 11000101 | 1001101 | 1001000 |
Color Harmonies of #82D0EF
Complementary color
Monochromatic Colors of #82D0EF
Black with #82D0EF
Text Example
Text Example
White with #82D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D0EF; }
p { color: rgb(130,208,239); }
H1.HeaderClassName
{
color: #82D0EF;
}
.AnyTagClassName
{
color: #82D0EF;
}
</style>
background-color css
<style>
a { background-color: #82D0EF; }
a { background-color: rgb(130,208,239); }
div.DivClassName
{
background-color: #82D0EF;
}
.BgClassName
{
background-color: #82D0EF;
}
</style>
border-color css
<style>
span { border-color: #82D0EF; }
span { border-color: rgb(130,208,239); }
td.TdClassName
{
border-color: #82D0EF;
}
.TagClassName
{
border-color: #82D0EF;
}
</style>