Shades of Vista Blue #9ADBB1
Tints of Vista Blue #9ADBB1
RGB
CMYK
RGB Variations
Color information
#9ADBB1 (or 0x9ADBB1) is known color: Vista Blue. HEX triplet: 9A, DB and B1. RGB value is (154,219,177). Sum of RGB (Red+Green+Blue) = 154+219+177=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADBB1 is #65244E. Grayscale: #C2C2C2. Windows color (decimal): -6628431 or 11656090. OLE color: 11656090.
HSL color Cylindrical-coordinate representation of color #9ADBB1: hue angle of 141.23º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADBB1 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 177 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.14 |
| HSL | 141.23º | 0.47% | 0.73% | - |
| HSV(B) | 141.23º | 0.3% | 0.86% | - |
| XYZ | 46.59 | 60.71 | 50.86 | - |
| YUV | 194.78 | 117.97 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 177 | 0.30 | 0 | 0.19 | 0.14 | 141.23 | 0.47 | 0.73 |
| Hex | 9A | DB | B1 | 1E | 0 | 13 | E | 8D | 2F | 49 |
| Octal | 232 | 333 | 261 | 36 | 0 | 23 | 16 | 215 | 57 | 111 |
| Binary | 10011010 | 11011011 | 10110001 | 11110 | 0 | 10011 | 1110 | 10001101 | 101111 | 1001001 |
Color Harmonies of #9ADBB1
Complementary color
Monochromatic Colors of #9ADBB1
Black with #9ADBB1
Text Example
Text Example
White with #9ADBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADBB1; }
p { color: rgb(154,219,177); }
H1.HeaderClassName
{
color: #9ADBB1;
}
.AnyTagClassName
{
color: #9ADBB1;
}
</style>
background-color css
<style>
a { background-color: #9ADBB1; }
a { background-color: rgb(154,219,177); }
div.DivClassName
{
background-color: #9ADBB1;
}
.BgClassName
{
background-color: #9ADBB1;
}
</style>
border-color css
<style>
span { border-color: #9ADBB1; }
span { border-color: rgb(154,219,177); }
td.TdClassName
{
border-color: #9ADBB1;
}
.TagClassName
{
border-color: #9ADBB1;
}
</style>