Shades of Vista Blue #80DFA4
Tints of Vista Blue #80DFA4
RGB
CMYK
RGB Variations
Color information
#80DFA4 (or 0x80DFA4) is known color: Vista Blue. HEX triplet: 80, DF and A4. RGB value is (128,223,164). Sum of RGB (Red+Green+Blue) = 128+223+164=515 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.85% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DFA4 is #7F205B. Grayscale: #BCBCBC. Windows color (decimal): -8331356 or 10805120. OLE color: 10805120.
HSL color Cylindrical-coordinate representation of color #80DFA4: hue angle of 142.74º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DFA4 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 164 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.13 |
| HSL | 142.74º | 0.6% | 0.69% | - |
| HSV(B) | 142.74º | 0.43% | 0.87% | - |
| XYZ | 41.99 | 60.04 | 44.5 | - |
| YUV | 187.87 | 114.53 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 164 | 0.43 | 0 | 0.26 | 0.13 | 142.74 | 0.6 | 0.69 |
| Hex | 80 | DF | A4 | 2B | 0 | 1A | D | 8F | 3C | 45 |
| Octal | 200 | 337 | 244 | 53 | 0 | 32 | 15 | 217 | 74 | 105 |
| Binary | 10000000 | 11011111 | 10100100 | 101011 | 0 | 11010 | 1101 | 10001111 | 111100 | 1000101 |
Color Harmonies of #80DFA4
Complementary color
Monochromatic Colors of #80DFA4
Black with #80DFA4
Text Example
Text Example
White with #80DFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DFA4; }
p { color: rgb(128,223,164); }
H1.HeaderClassName
{
color: #80DFA4;
}
.AnyTagClassName
{
color: #80DFA4;
}
</style>
background-color css
<style>
a { background-color: #80DFA4; }
a { background-color: rgb(128,223,164); }
div.DivClassName
{
background-color: #80DFA4;
}
.BgClassName
{
background-color: #80DFA4;
}
</style>
border-color css
<style>
span { border-color: #80DFA4; }
span { border-color: rgb(128,223,164); }
td.TdClassName
{
border-color: #80DFA4;
}
.TagClassName
{
border-color: #80DFA4;
}
</style>