Shades of Vista Blue #80CFA7
Tints of Vista Blue #80CFA7
RGB
CMYK
RGB Variations
Color information
#80CFA7 (or 0x80CFA7) is known color: Vista Blue. HEX triplet: 80, CF and A7. RGB value is (128,207,167). Sum of RGB (Red+Green+Blue) = 128+207+167=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #80CFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CFA7 is #7F3058. Grayscale: #B2B2B2. Windows color (decimal): -8335449 or 10997632. OLE color: 10997632.
HSL color Cylindrical-coordinate representation of color #80CFA7: hue angle of 149.62º 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 #80CFA7 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 167 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.19 |
| HSL | 149.62º | 0.45% | 0.66% | - |
| HSV(B) | 149.62º | 0.38% | 0.81% | - |
| XYZ | 38.19 | 52 | 44.58 | - |
| YUV | 178.82 | 121.33 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 167 | 0.38 | 0 | 0.19 | 0.19 | 149.62 | 0.45 | 0.66 |
| Hex | 80 | CF | A7 | 26 | 0 | 13 | 13 | 96 | 2D | 42 |
| Octal | 200 | 317 | 247 | 46 | 0 | 23 | 23 | 226 | 55 | 102 |
| Binary | 10000000 | 11001111 | 10100111 | 100110 | 0 | 10011 | 10011 | 10010110 | 101101 | 1000010 |
Color Harmonies of #80CFA7
Complementary color
Monochromatic Colors of #80CFA7
Black with #80CFA7
Text Example
Text Example
White with #80CFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFA7; }
p { color: rgb(128,207,167); }
H1.HeaderClassName
{
color: #80CFA7;
}
.AnyTagClassName
{
color: #80CFA7;
}
</style>
background-color css
<style>
a { background-color: #80CFA7; }
a { background-color: rgb(128,207,167); }
div.DivClassName
{
background-color: #80CFA7;
}
.BgClassName
{
background-color: #80CFA7;
}
</style>
border-color css
<style>
span { border-color: #80CFA7; }
span { border-color: rgb(128,207,167); }
td.TdClassName
{
border-color: #80CFA7;
}
.TagClassName
{
border-color: #80CFA7;
}
</style>