Shades of Sky Blue #82C6EA
Tints of Sky Blue #82C6EA
RGB
CMYK
RGB Variations
Color information
#82C6EA (or 0x82C6EA) is known color: Sky Blue. HEX triplet: 82, C6 and EA. RGB value is (130,198,234). Sum of RGB (Red+Green+Blue) = 130+198+234=562 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.13% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #82C6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82C6EA is #7D3915. Grayscale: #B5B5B5. Windows color (decimal): -8206614 or 15386242. OLE color: 15386242.
HSL color Cylindrical-coordinate representation of color #82C6EA: hue angle of 200.77º 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 #82C6EA is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 198 | 234 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.08 |
| HSL | 200.77º | 0.71% | 0.71% | - |
| HSV(B) | 200.77º | 0.44% | 0.92% | - |
| XYZ | 44.25 | 51.07 | 85.37 | - |
| YUV | 181.77 | 157.47 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 198 | 234 | 0.44 | 0.15 | 0 | 0.08 | 200.77 | 0.71 | 0.71 |
| Hex | 82 | C6 | EA | 2C | F | 0 | 8 | C9 | 47 | 47 |
| Octal | 202 | 306 | 352 | 54 | 17 | 0 | 10 | 311 | 107 | 107 |
| Binary | 10000010 | 11000110 | 11101010 | 101100 | 1111 | 0 | 1000 | 11001001 | 1000111 | 1000111 |
Color Harmonies of #82C6EA
Complementary color
Monochromatic Colors of #82C6EA
Black with #82C6EA
Text Example
Text Example
White with #82C6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C6EA; }
p { color: rgb(130,198,234); }
H1.HeaderClassName
{
color: #82C6EA;
}
.AnyTagClassName
{
color: #82C6EA;
}
</style>
background-color css
<style>
a { background-color: #82C6EA; }
a { background-color: rgb(130,198,234); }
div.DivClassName
{
background-color: #82C6EA;
}
.BgClassName
{
background-color: #82C6EA;
}
</style>
border-color css
<style>
span { border-color: #82C6EA; }
span { border-color: rgb(130,198,234); }
td.TdClassName
{
border-color: #82C6EA;
}
.TagClassName
{
border-color: #82C6EA;
}
</style>