Shades of Vista Blue #9AD5B0
Tints of Vista Blue #9AD5B0
RGB
CMYK
RGB Variations
Color information
#9AD5B0 (or 0x9AD5B0) is known color: Vista Blue. HEX triplet: 9A, D5 and B0. RGB value is (154,213,176). Sum of RGB (Red+Green+Blue) = 154+213+176=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD5B0 is #652A4F. Grayscale: #BFBFBF. Windows color (decimal): -6629968 or 11589018. OLE color: 11589018.
HSL color Cylindrical-coordinate representation of color #9AD5B0: hue angle of 142.37º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AD5B0 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 213 | 176 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.16 |
| HSL | 142.37º | 0.41% | 0.72% | - |
| HSV(B) | 142.37º | 0.28% | 0.84% | - |
| XYZ | 44.96 | 57.59 | 49.82 | - |
| YUV | 191.14 | 119.45 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 213 | 176 | 0.28 | 0 | 0.17 | 0.16 | 142.37 | 0.41 | 0.72 |
| Hex | 9A | D5 | B0 | 1C | 0 | 11 | 10 | 8E | 29 | 48 |
| Octal | 232 | 325 | 260 | 34 | 0 | 21 | 20 | 216 | 51 | 110 |
| Binary | 10011010 | 11010101 | 10110000 | 11100 | 0 | 10001 | 10000 | 10001110 | 101001 | 1001000 |
Color Harmonies of #9AD5B0
Complementary color
Monochromatic Colors of #9AD5B0
Black with #9AD5B0
Text Example
Text Example
White with #9AD5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD5B0; }
p { color: rgb(154,213,176); }
H1.HeaderClassName
{
color: #9AD5B0;
}
.AnyTagClassName
{
color: #9AD5B0;
}
</style>
background-color css
<style>
a { background-color: #9AD5B0; }
a { background-color: rgb(154,213,176); }
div.DivClassName
{
background-color: #9AD5B0;
}
.BgClassName
{
background-color: #9AD5B0;
}
</style>
border-color css
<style>
span { border-color: #9AD5B0; }
span { border-color: rgb(154,213,176); }
td.TdClassName
{
border-color: #9AD5B0;
}
.TagClassName
{
border-color: #9AD5B0;
}
</style>