Shades of Sky Blue #82BEE5
Tints of Sky Blue #82BEE5
RGB
CMYK
RGB Variations
Color information
#82BEE5 (or 0x82BEE5) is known color: Sky Blue. HEX triplet: 82, BE and E5. RGB value is (130,190,229). Sum of RGB (Red+Green+Blue) = 130+190+229=549 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.68% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #82BEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BEE5 is #7D411A. Grayscale: #B0B0B0. Windows color (decimal): -8208667 or 15056514. OLE color: 15056514.
HSL color Cylindrical-coordinate representation of color #82BEE5: hue angle of 203.64º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82BEE5 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 190 | 229 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.10 |
| HSL | 203.64º | 0.66% | 0.7% | - |
| HSV(B) | 203.64º | 0.43% | 0.9% | - |
| XYZ | 41.76 | 47.23 | 81.04 | - |
| YUV | 176.51 | 157.62 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 229 | 0.43 | 0.17 | 0 | 0.10 | 203.64 | 0.66 | 0.7 |
| Hex | 82 | BE | E5 | 2B | 11 | 0 | A | CC | 42 | 46 |
| Octal | 202 | 276 | 345 | 53 | 21 | 0 | 12 | 314 | 102 | 106 |
| Binary | 10000010 | 10111110 | 11100101 | 101011 | 10001 | 0 | 1010 | 11001100 | 1000010 | 1000110 |
Color Harmonies of #82BEE5
Complementary color
Monochromatic Colors of #82BEE5
Black with #82BEE5
Text Example
Text Example
White with #82BEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BEE5; }
p { color: rgb(130,190,229); }
H1.HeaderClassName
{
color: #82BEE5;
}
.AnyTagClassName
{
color: #82BEE5;
}
</style>
background-color css
<style>
a { background-color: #82BEE5; }
a { background-color: rgb(130,190,229); }
div.DivClassName
{
background-color: #82BEE5;
}
.BgClassName
{
background-color: #82BEE5;
}
</style>
border-color css
<style>
span { border-color: #82BEE5; }
span { border-color: rgb(130,190,229); }
td.TdClassName
{
border-color: #82BEE5;
}
.TagClassName
{
border-color: #82BEE5;
}
</style>