Shades of Sky Blue #82CFEC
Tints of Sky Blue #82CFEC
RGB
CMYK
RGB Variations
Color information
#82CFEC (or 0x82CFEC) is known color: Sky Blue. HEX triplet: 82, CF and EC. RGB value is (130,207,236). Sum of RGB (Red+Green+Blue) = 130+207+236=573 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.69% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #82CFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CFEC is #7D3013. Grayscale: #BBBBBB. Windows color (decimal): -8204308 or 15519618. OLE color: 15519618.
HSL color Cylindrical-coordinate representation of color #82CFEC: hue angle of 196.42º 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 #82CFEC is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 207 | 236 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.07 |
| HSL | 196.42º | 0.74% | 0.72% | - |
| HSV(B) | 196.42º | 0.45% | 0.93% | - |
| XYZ | 46.66 | 55.43 | 87.6 | - |
| YUV | 187.28 | 155.49 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 207 | 236 | 0.45 | 0.12 | 0 | 0.07 | 196.42 | 0.74 | 0.72 |
| Hex | 82 | CF | EC | 2D | C | 0 | 7 | C4 | 4A | 48 |
| Octal | 202 | 317 | 354 | 55 | 14 | 0 | 7 | 304 | 112 | 110 |
| Binary | 10000010 | 11001111 | 11101100 | 101101 | 1100 | 0 | 111 | 11000100 | 1001010 | 1001000 |
Color Harmonies of #82CFEC
Complementary color
Monochromatic Colors of #82CFEC
Black with #82CFEC
Text Example
Text Example
White with #82CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CFEC; }
p { color: rgb(130,207,236); }
H1.HeaderClassName
{
color: #82CFEC;
}
.AnyTagClassName
{
color: #82CFEC;
}
</style>
background-color css
<style>
a { background-color: #82CFEC; }
a { background-color: rgb(130,207,236); }
div.DivClassName
{
background-color: #82CFEC;
}
.BgClassName
{
background-color: #82CFEC;
}
</style>
border-color css
<style>
span { border-color: #82CFEC; }
span { border-color: rgb(130,207,236); }
td.TdClassName
{
border-color: #82CFEC;
}
.TagClassName
{
border-color: #82CFEC;
}
</style>