Shades of Sky Blue #82C2EF
Tints of Sky Blue #82C2EF
RGB
CMYK
RGB Variations
Color information
#82C2EF (or 0x82C2EF) is known color: Sky Blue. HEX triplet: 82, C2 and EF. RGB value is (130,194,239). Sum of RGB (Red+Green+Blue) = 130+194+239=563 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.09% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #82C2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82C2EF is #7D3D10. Grayscale: #B3B3B3. Windows color (decimal): -8207633 or 15712898. OLE color: 15712898.
HSL color Cylindrical-coordinate representation of color #82C2EF: hue angle of 204.77º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82C2EF is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 194 | 239 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.06 |
| HSL | 204.77º | 0.77% | 0.72% | - |
| HSV(B) | 204.77º | 0.46% | 0.94% | - |
| XYZ | 44.08 | 49.56 | 88.9 | - |
| YUV | 179.99 | 161.3 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 194 | 239 | 0.46 | 0.19 | 0 | 0.06 | 204.77 | 0.77 | 0.72 |
| Hex | 82 | C2 | EF | 2E | 13 | 0 | 6 | CD | 4D | 48 |
| Octal | 202 | 302 | 357 | 56 | 23 | 0 | 6 | 315 | 115 | 110 |
| Binary | 10000010 | 11000010 | 11101111 | 101110 | 10011 | 0 | 110 | 11001101 | 1001101 | 1001000 |
Color Harmonies of #82C2EF
Complementary color
Monochromatic Colors of #82C2EF
Black with #82C2EF
Text Example
Text Example
White with #82C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C2EF; }
p { color: rgb(130,194,239); }
H1.HeaderClassName
{
color: #82C2EF;
}
.AnyTagClassName
{
color: #82C2EF;
}
</style>
background-color css
<style>
a { background-color: #82C2EF; }
a { background-color: rgb(130,194,239); }
div.DivClassName
{
background-color: #82C2EF;
}
.BgClassName
{
background-color: #82C2EF;
}
</style>
border-color css
<style>
span { border-color: #82C2EF; }
span { border-color: rgb(130,194,239); }
td.TdClassName
{
border-color: #82C2EF;
}
.TagClassName
{
border-color: #82C2EF;
}
</style>