Shades of Vista Blue #A7DBBC
Tints of Vista Blue #A7DBBC
RGB
CMYK
RGB Variations
Color information
#A7DBBC (or 0xA7DBBC) is known color: Vista Blue. HEX triplet: A7, DB and BC. RGB value is (167,219,188). Sum of RGB (Red+Green+Blue) = 167+219+188=574 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.09% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DBBC is #582443. Grayscale: #C7C7C7. Windows color (decimal): -5776452 or 12376999. OLE color: 12376999.
HSL color Cylindrical-coordinate representation of color #A7DBBC: hue angle of 144.23º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7DBBC is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 219 | 188 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.14 |
| HSL | 144.23º | 0.42% | 0.76% | - |
| HSV(B) | 144.23º | 0.24% | 0.86% | - |
| XYZ | 50.34 | 62.51 | 56.99 | - |
| YUV | 199.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 188 | 0.24 | 0 | 0.14 | 0.14 | 144.23 | 0.42 | 0.76 |
| Hex | A7 | DB | BC | 18 | 0 | E | E | 90 | 2A | 4C |
| Octal | 247 | 333 | 274 | 30 | 0 | 16 | 16 | 220 | 52 | 114 |
| Binary | 10100111 | 11011011 | 10111100 | 11000 | 0 | 1110 | 1110 | 10010000 | 101010 | 1001100 |
Color Harmonies of #A7DBBC
Complementary color
Monochromatic Colors of #A7DBBC
Black with #A7DBBC
Text Example
Text Example
White with #A7DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DBBC; }
p { color: rgb(167,219,188); }
H1.HeaderClassName
{
color: #A7DBBC;
}
.AnyTagClassName
{
color: #A7DBBC;
}
</style>
background-color css
<style>
a { background-color: #A7DBBC; }
a { background-color: rgb(167,219,188); }
div.DivClassName
{
background-color: #A7DBBC;
}
.BgClassName
{
background-color: #A7DBBC;
}
</style>
border-color css
<style>
span { border-color: #A7DBBC; }
span { border-color: rgb(167,219,188); }
td.TdClassName
{
border-color: #A7DBBC;
}
.TagClassName
{
border-color: #A7DBBC;
}
</style>