Shades of Sky Blue #82CCE6
Tints of Sky Blue #82CCE6
RGB
CMYK
RGB Variations
Color information
#82CCE6 (or 0x82CCE6) is known color: Sky Blue. HEX triplet: 82, CC and E6. RGB value is (130,204,230). Sum of RGB (Red+Green+Blue) = 130+204+230=564 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.05% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #82CCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82CCE6 is #7D3319. Grayscale: #B8B8B8. Windows color (decimal): -8205082 or 15125634. OLE color: 15125634.
HSL color Cylindrical-coordinate representation of color #82CCE6: hue angle of 195.6º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82CCE6 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 204 | 230 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.10 |
| HSL | 195.6º | 0.67% | 0.71% | - |
| HSV(B) | 195.6º | 0.43% | 0.9% | - |
| XYZ | 45.08 | 53.64 | 82.84 | - |
| YUV | 184.84 | 153.48 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 204 | 230 | 0.43 | 0.11 | 0 | 0.10 | 195.6 | 0.67 | 0.71 |
| Hex | 82 | CC | E6 | 2B | B | 0 | A | C4 | 43 | 47 |
| Octal | 202 | 314 | 346 | 53 | 13 | 0 | 12 | 304 | 103 | 107 |
| Binary | 10000010 | 11001100 | 11100110 | 101011 | 1011 | 0 | 1010 | 11000100 | 1000011 | 1000111 |
Color Harmonies of #82CCE6
Complementary color
Monochromatic Colors of #82CCE6
Black with #82CCE6
Text Example
Text Example
White with #82CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CCE6; }
p { color: rgb(130,204,230); }
H1.HeaderClassName
{
color: #82CCE6;
}
.AnyTagClassName
{
color: #82CCE6;
}
</style>
background-color css
<style>
a { background-color: #82CCE6; }
a { background-color: rgb(130,204,230); }
div.DivClassName
{
background-color: #82CCE6;
}
.BgClassName
{
background-color: #82CCE6;
}
</style>
border-color css
<style>
span { border-color: #82CCE6; }
span { border-color: rgb(130,204,230); }
td.TdClassName
{
border-color: #82CCE6;
}
.TagClassName
{
border-color: #82CCE6;
}
</style>