Shades of Vista Blue #82DCAE
Tints of Vista Blue #82DCAE
RGB
CMYK
RGB Variations
Color information
#82DCAE (or 0x82DCAE) is known color: Vista Blue. HEX triplet: 82, DC and AE. RGB value is (130,220,174). Sum of RGB (Red+Green+Blue) = 130+220+174=524 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.81% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #82DCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DCAE is #7D2351. Grayscale: #BBBBBB. Windows color (decimal): -8201042 or 11459714. OLE color: 11459714.
HSL color Cylindrical-coordinate representation of color #82DCAE: hue angle of 149.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DCAE is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 220 | 174 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.14 |
| HSL | 149.33º | 0.56% | 0.69% | - |
| HSV(B) | 149.33º | 0.41% | 0.86% | - |
| XYZ | 42.44 | 58.99 | 49.19 | - |
| YUV | 187.85 | 120.18 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 220 | 174 | 0.41 | 0 | 0.21 | 0.14 | 149.33 | 0.56 | 0.69 |
| Hex | 82 | DC | AE | 29 | 0 | 15 | E | 95 | 38 | 45 |
| Octal | 202 | 334 | 256 | 51 | 0 | 25 | 16 | 225 | 70 | 105 |
| Binary | 10000010 | 11011100 | 10101110 | 101001 | 0 | 10101 | 1110 | 10010101 | 111000 | 1000101 |
Color Harmonies of #82DCAE
Complementary color
Monochromatic Colors of #82DCAE
Black with #82DCAE
Text Example
Text Example
White with #82DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DCAE; }
p { color: rgb(130,220,174); }
H1.HeaderClassName
{
color: #82DCAE;
}
.AnyTagClassName
{
color: #82DCAE;
}
</style>
background-color css
<style>
a { background-color: #82DCAE; }
a { background-color: rgb(130,220,174); }
div.DivClassName
{
background-color: #82DCAE;
}
.BgClassName
{
background-color: #82DCAE;
}
</style>
border-color css
<style>
span { border-color: #82DCAE; }
span { border-color: rgb(130,220,174); }
td.TdClassName
{
border-color: #82DCAE;
}
.TagClassName
{
border-color: #82DCAE;
}
</style>