Shades of Sky Blue #82C9EA
Tints of Sky Blue #82C9EA
RGB
CMYK
RGB Variations
Color information
#82C9EA (or 0x82C9EA) is known color: Sky Blue. HEX triplet: 82, C9 and EA. RGB value is (130,201,234). Sum of RGB (Red+Green+Blue) = 130+201+234=565 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.01% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #82C9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82C9EA is #7D3615. Grayscale: #B7B7B7. Windows color (decimal): -8205846 or 15387010. OLE color: 15387010.
HSL color Cylindrical-coordinate representation of color #82C9EA: hue angle of 199.04º 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 #82C9EA is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 201 | 234 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.08 |
| HSL | 199.04º | 0.71% | 0.71% | - |
| HSV(B) | 199.04º | 0.44% | 0.92% | - |
| XYZ | 44.94 | 52.46 | 85.6 | - |
| YUV | 183.53 | 156.48 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 201 | 234 | 0.44 | 0.14 | 0 | 0.08 | 199.04 | 0.71 | 0.71 |
| Hex | 82 | C9 | EA | 2C | E | 0 | 8 | C7 | 47 | 47 |
| Octal | 202 | 311 | 352 | 54 | 16 | 0 | 10 | 307 | 107 | 107 |
| Binary | 10000010 | 11001001 | 11101010 | 101100 | 1110 | 0 | 1000 | 11000111 | 1000111 | 1000111 |
Color Harmonies of #82C9EA
Complementary color
Monochromatic Colors of #82C9EA
Black with #82C9EA
Text Example
Text Example
White with #82C9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C9EA; }
p { color: rgb(130,201,234); }
H1.HeaderClassName
{
color: #82C9EA;
}
.AnyTagClassName
{
color: #82C9EA;
}
</style>
background-color css
<style>
a { background-color: #82C9EA; }
a { background-color: rgb(130,201,234); }
div.DivClassName
{
background-color: #82C9EA;
}
.BgClassName
{
background-color: #82C9EA;
}
</style>
border-color css
<style>
span { border-color: #82C9EA; }
span { border-color: rgb(130,201,234); }
td.TdClassName
{
border-color: #82C9EA;
}
.TagClassName
{
border-color: #82C9EA;
}
</style>