Shades of Sky Blue #82DCEA
Tints of Sky Blue #82DCEA
RGB
CMYK
RGB Variations
Color information
#82DCEA (or 0x82DCEA) is known color: Sky Blue. HEX triplet: 82, DC and EA. RGB value is (130,220,234). Sum of RGB (Red+Green+Blue) = 130+220+234=584 (77% of max value = 765). Red value is 130 (51.17% from 255 or 22.26% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #82DCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82DCEA is #7D2315. Grayscale: #C2C2C2. Windows color (decimal): -8200982 or 15391874. OLE color: 15391874.
HSL color Cylindrical-coordinate representation of color #82DCEA: hue angle of 188.08º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82DCEA is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 220 | 234 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.08 |
| HSL | 188.08º | 0.71% | 0.71% | - |
| HSV(B) | 188.08º | 0.44% | 0.92% | - |
| XYZ | 49.65 | 61.87 | 87.17 | - |
| YUV | 194.69 | 150.18 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 220 | 234 | 0.44 | 0.06 | 0 | 0.08 | 188.08 | 0.71 | 0.71 |
| Hex | 82 | DC | EA | 2C | 6 | 0 | 8 | BC | 47 | 47 |
| Octal | 202 | 334 | 352 | 54 | 6 | 0 | 10 | 274 | 107 | 107 |
| Binary | 10000010 | 11011100 | 11101010 | 101100 | 110 | 0 | 1000 | 10111100 | 1000111 | 1000111 |
Color Harmonies of #82DCEA
Complementary color
Monochromatic Colors of #82DCEA
Black with #82DCEA
Text Example
Text Example
White with #82DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DCEA; }
p { color: rgb(130,220,234); }
H1.HeaderClassName
{
color: #82DCEA;
}
.AnyTagClassName
{
color: #82DCEA;
}
</style>
background-color css
<style>
a { background-color: #82DCEA; }
a { background-color: rgb(130,220,234); }
div.DivClassName
{
background-color: #82DCEA;
}
.BgClassName
{
background-color: #82DCEA;
}
</style>
border-color css
<style>
span { border-color: #82DCEA; }
span { border-color: rgb(130,220,234); }
td.TdClassName
{
border-color: #82DCEA;
}
.TagClassName
{
border-color: #82DCEA;
}
</style>