Shades of Vista Blue #80CFA6
Tints of Vista Blue #80CFA6
RGB
CMYK
RGB Variations
Color information
#80CFA6 (or 0x80CFA6) is known color: Vista Blue. HEX triplet: 80, CF and A6. RGB value is (128,207,166). Sum of RGB (Red+Green+Blue) = 128+207+166=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #80CFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CFA6 is #7F3059. Grayscale: #B2B2B2. Windows color (decimal): -8335450 or 10932096. OLE color: 10932096.
HSL color Cylindrical-coordinate representation of color #80CFA6: hue angle of 148.86º 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 #80CFA6 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 166 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.19 |
| HSL | 148.86º | 0.45% | 0.66% | - |
| HSV(B) | 148.86º | 0.38% | 0.81% | - |
| XYZ | 38.1 | 51.97 | 44.1 | - |
| YUV | 178.71 | 120.83 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 166 | 0.38 | 0 | 0.20 | 0.19 | 148.86 | 0.45 | 0.66 |
| Hex | 80 | CF | A6 | 26 | 0 | 14 | 13 | 95 | 2D | 42 |
| Octal | 200 | 317 | 246 | 46 | 0 | 24 | 23 | 225 | 55 | 102 |
| Binary | 10000000 | 11001111 | 10100110 | 100110 | 0 | 10100 | 10011 | 10010101 | 101101 | 1000010 |
Color Harmonies of #80CFA6
Complementary color
Monochromatic Colors of #80CFA6
Black with #80CFA6
Text Example
Text Example
White with #80CFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFA6; }
p { color: rgb(128,207,166); }
H1.HeaderClassName
{
color: #80CFA6;
}
.AnyTagClassName
{
color: #80CFA6;
}
</style>
background-color css
<style>
a { background-color: #80CFA6; }
a { background-color: rgb(128,207,166); }
div.DivClassName
{
background-color: #80CFA6;
}
.BgClassName
{
background-color: #80CFA6;
}
</style>
border-color css
<style>
span { border-color: #80CFA6; }
span { border-color: rgb(128,207,166); }
td.TdClassName
{
border-color: #80CFA6;
}
.TagClassName
{
border-color: #80CFA6;
}
</style>