Shades of Vista Blue #80CFA2
Tints of Vista Blue #80CFA2
RGB
CMYK
RGB Variations
Color information
#80CFA2 (or 0x80CFA2) is known color: Vista Blue. HEX triplet: 80, CF and A2. RGB value is (128,207,162). Sum of RGB (Red+Green+Blue) = 128+207+162=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #80CFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CFA2 is #7F305D. Grayscale: #B2B2B2. Windows color (decimal): -8335454 or 10669952. OLE color: 10669952.
HSL color Cylindrical-coordinate representation of color #80CFA2: hue angle of 145.82º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CFA2 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 162 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.19 |
| HSL | 145.82º | 0.45% | 0.66% | - |
| HSV(B) | 145.82º | 0.38% | 0.81% | - |
| XYZ | 37.74 | 51.82 | 42.2 | - |
| YUV | 178.25 | 118.83 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 162 | 0.38 | 0 | 0.22 | 0.19 | 145.82 | 0.45 | 0.66 |
| Hex | 80 | CF | A2 | 26 | 0 | 16 | 13 | 92 | 2D | 42 |
| Octal | 200 | 317 | 242 | 46 | 0 | 26 | 23 | 222 | 55 | 102 |
| Binary | 10000000 | 11001111 | 10100010 | 100110 | 0 | 10110 | 10011 | 10010010 | 101101 | 1000010 |
Color Harmonies of #80CFA2
Complementary color
Monochromatic Colors of #80CFA2
Black with #80CFA2
Text Example
Text Example
White with #80CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFA2; }
p { color: rgb(128,207,162); }
H1.HeaderClassName
{
color: #80CFA2;
}
.AnyTagClassName
{
color: #80CFA2;
}
</style>
background-color css
<style>
a { background-color: #80CFA2; }
a { background-color: rgb(128,207,162); }
div.DivClassName
{
background-color: #80CFA2;
}
.BgClassName
{
background-color: #80CFA2;
}
</style>
border-color css
<style>
span { border-color: #80CFA2; }
span { border-color: rgb(128,207,162); }
td.TdClassName
{
border-color: #80CFA2;
}
.TagClassName
{
border-color: #80CFA2;
}
</style>