Shades of Sky Blue #82CBEC
Tints of Sky Blue #82CBEC
RGB
CMYK
RGB Variations
Color information
#82CBEC (or 0x82CBEC) is known color: Sky Blue. HEX triplet: 82, CB and EC. RGB value is (130,203,236). Sum of RGB (Red+Green+Blue) = 130+203+236=569 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.85% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #82CBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CBEC is #7D3413. Grayscale: #B8B8B8. Windows color (decimal): -8205332 or 15518594. OLE color: 15518594.
HSL color Cylindrical-coordinate representation of color #82CBEC: hue angle of 198.68º 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 #82CBEC is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 203 | 236 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.07 |
| HSL | 198.68º | 0.74% | 0.72% | - |
| HSV(B) | 198.68º | 0.45% | 0.93% | - |
| XYZ | 45.7 | 53.51 | 87.28 | - |
| YUV | 184.94 | 156.82 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 203 | 236 | 0.45 | 0.14 | 0 | 0.07 | 198.68 | 0.74 | 0.72 |
| Hex | 82 | CB | EC | 2D | E | 0 | 7 | C7 | 4A | 48 |
| Octal | 202 | 313 | 354 | 55 | 16 | 0 | 7 | 307 | 112 | 110 |
| Binary | 10000010 | 11001011 | 11101100 | 101101 | 1110 | 0 | 111 | 11000111 | 1001010 | 1001000 |
Color Harmonies of #82CBEC
Complementary color
Monochromatic Colors of #82CBEC
Black with #82CBEC
Text Example
Text Example
White with #82CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CBEC; }
p { color: rgb(130,203,236); }
H1.HeaderClassName
{
color: #82CBEC;
}
.AnyTagClassName
{
color: #82CBEC;
}
</style>
background-color css
<style>
a { background-color: #82CBEC; }
a { background-color: rgb(130,203,236); }
div.DivClassName
{
background-color: #82CBEC;
}
.BgClassName
{
background-color: #82CBEC;
}
</style>
border-color css
<style>
span { border-color: #82CBEC; }
span { border-color: rgb(130,203,236); }
td.TdClassName
{
border-color: #82CBEC;
}
.TagClassName
{
border-color: #82CBEC;
}
</style>