Shades of Vista Blue #9AD2AD
Tints of Vista Blue #9AD2AD
RGB
CMYK
RGB Variations
Color information
#9AD2AD (or 0x9AD2AD) is known color: Vista Blue. HEX triplet: 9A, D2 and AD. RGB value is (154,210,173). Sum of RGB (Red+Green+Blue) = 154+210+173=537 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.68% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD2AD is #652D52. Grayscale: #BDBDBD. Windows color (decimal): -6630739 or 11391642. OLE color: 11391642.
HSL color Cylindrical-coordinate representation of color #9AD2AD: hue angle of 140.36º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AD2AD is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 210 | 173 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.18 |
| HSL | 140.36º | 0.38% | 0.71% | - |
| HSV(B) | 140.36º | 0.27% | 0.82% | - |
| XYZ | 43.92 | 55.98 | 48.03 | - |
| YUV | 189.04 | 118.95 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 210 | 173 | 0.27 | 0 | 0.18 | 0.18 | 140.36 | 0.38 | 0.71 |
| Hex | 9A | D2 | AD | 1B | 0 | 12 | 12 | 8C | 26 | 47 |
| Octal | 232 | 322 | 255 | 33 | 0 | 22 | 22 | 214 | 46 | 107 |
| Binary | 10011010 | 11010010 | 10101101 | 11011 | 0 | 10010 | 10010 | 10001100 | 100110 | 1000111 |
Color Harmonies of #9AD2AD
Complementary color
Monochromatic Colors of #9AD2AD
Black with #9AD2AD
Text Example
Text Example
White with #9AD2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD2AD; }
p { color: rgb(154,210,173); }
H1.HeaderClassName
{
color: #9AD2AD;
}
.AnyTagClassName
{
color: #9AD2AD;
}
</style>
background-color css
<style>
a { background-color: #9AD2AD; }
a { background-color: rgb(154,210,173); }
div.DivClassName
{
background-color: #9AD2AD;
}
.BgClassName
{
background-color: #9AD2AD;
}
</style>
border-color css
<style>
span { border-color: #9AD2AD; }
span { border-color: rgb(154,210,173); }
td.TdClassName
{
border-color: #9AD2AD;
}
.TagClassName
{
border-color: #9AD2AD;
}
</style>