Shades of Sky Blue #82DBEC
Tints of Sky Blue #82DBEC
RGB
CMYK
RGB Variations
Color information
#82DBEC (or 0x82DBEC) is known color: Sky Blue. HEX triplet: 82, DB and EC. RGB value is (130,219,236). Sum of RGB (Red+Green+Blue) = 130+219+236=585 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.22% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #82DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DBEC is #7D2413. Grayscale: #C2C2C2. Windows color (decimal): -8201236 or 15522690. OLE color: 15522690.
HSL color Cylindrical-coordinate representation of color #82DBEC: hue angle of 189.62º degrees, saturation: 0.74, 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 #82DBEC is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 219 | 236 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.07 |
| HSL | 189.62º | 0.74% | 0.72% | - |
| HSV(B) | 189.62º | 0.45% | 0.93% | - |
| XYZ | 49.68 | 61.47 | 88.6 | - |
| YUV | 194.33 | 151.51 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 219 | 236 | 0.45 | 0.07 | 0 | 0.07 | 189.62 | 0.74 | 0.72 |
| Hex | 82 | DB | EC | 2D | 7 | 0 | 7 | BE | 4A | 48 |
| Octal | 202 | 333 | 354 | 55 | 7 | 0 | 7 | 276 | 112 | 110 |
| Binary | 10000010 | 11011011 | 11101100 | 101101 | 111 | 0 | 111 | 10111110 | 1001010 | 1001000 |
Color Harmonies of #82DBEC
Complementary color
Monochromatic Colors of #82DBEC
Black with #82DBEC
Text Example
Text Example
White with #82DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DBEC; }
p { color: rgb(130,219,236); }
H1.HeaderClassName
{
color: #82DBEC;
}
.AnyTagClassName
{
color: #82DBEC;
}
</style>
background-color css
<style>
a { background-color: #82DBEC; }
a { background-color: rgb(130,219,236); }
div.DivClassName
{
background-color: #82DBEC;
}
.BgClassName
{
background-color: #82DBEC;
}
</style>
border-color css
<style>
span { border-color: #82DBEC; }
span { border-color: rgb(130,219,236); }
td.TdClassName
{
border-color: #82DBEC;
}
.TagClassName
{
border-color: #82DBEC;
}
</style>