Shades of Vista Blue #82CDA5
Tints of Vista Blue #82CDA5
RGB
CMYK
RGB Variations
Color information
#82CDA5 (or 0x82CDA5) is known color: Vista Blue. HEX triplet: 82, CD and A5. RGB value is (130,205,165). Sum of RGB (Red+Green+Blue) = 130+205+165=500 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #82CDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CDA5 is #7D325A. Grayscale: #B2B2B2. Windows color (decimal): -8204891 or 10866050. OLE color: 10866050.
HSL color Cylindrical-coordinate representation of color #82CDA5: hue angle of 148º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CDA5 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 205 | 165 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.20 |
| HSL | 148º | 0.43% | 0.66% | - |
| HSV(B) | 148º | 0.37% | 0.8% | - |
| XYZ | 37.83 | 51.13 | 43.47 | - |
| YUV | 178.02 | 120.65 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 205 | 165 | 0.37 | 0 | 0.20 | 0.20 | 148 | 0.43 | 0.66 |
| Hex | 82 | CD | A5 | 25 | 0 | 14 | 14 | 94 | 2B | 42 |
| Octal | 202 | 315 | 245 | 45 | 0 | 24 | 24 | 224 | 53 | 102 |
| Binary | 10000010 | 11001101 | 10100101 | 100101 | 0 | 10100 | 10100 | 10010100 | 101011 | 1000010 |
Color Harmonies of #82CDA5
Complementary color
Monochromatic Colors of #82CDA5
Black with #82CDA5
Text Example
Text Example
White with #82CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CDA5; }
p { color: rgb(130,205,165); }
H1.HeaderClassName
{
color: #82CDA5;
}
.AnyTagClassName
{
color: #82CDA5;
}
</style>
background-color css
<style>
a { background-color: #82CDA5; }
a { background-color: rgb(130,205,165); }
div.DivClassName
{
background-color: #82CDA5;
}
.BgClassName
{
background-color: #82CDA5;
}
</style>
border-color css
<style>
span { border-color: #82CDA5; }
span { border-color: rgb(130,205,165); }
td.TdClassName
{
border-color: #82CDA5;
}
.TagClassName
{
border-color: #82CDA5;
}
</style>