Shades of Vista Blue #9ADBC1
Tints of Vista Blue #9ADBC1
RGB
CMYK
RGB Variations
Color information
#9ADBC1 (or 0x9ADBC1) is known color: Vista Blue. HEX triplet: 9A, DB and C1. RGB value is (154,219,193). Sum of RGB (Red+Green+Blue) = 154+219+193=566 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.21% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBC1 is #65243E. Grayscale: #C4C4C4. Windows color (decimal): -6628415 or 12704666. OLE color: 12704666.
HSL color Cylindrical-coordinate representation of color #9ADBC1: hue angle of 156º 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 #9ADBC1 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 193 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.14 |
| HSL | 156º | 0.47% | 0.73% | - |
| HSV(B) | 156º | 0.3% | 0.86% | - |
| XYZ | 48.28 | 61.38 | 59.76 | - |
| YUV | 196.6 | 125.97 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 193 | 0.30 | 0 | 0.12 | 0.14 | 156 | 0.47 | 0.73 |
| Hex | 9A | DB | C1 | 1E | 0 | C | E | 9C | 2F | 49 |
| Octal | 232 | 333 | 301 | 36 | 0 | 14 | 16 | 234 | 57 | 111 |
| Binary | 10011010 | 11011011 | 11000001 | 11110 | 0 | 1100 | 1110 | 10011100 | 101111 | 1001001 |
Color Harmonies of #9ADBC1
Complementary color
Monochromatic Colors of #9ADBC1
Black with #9ADBC1
Text Example
Text Example
White with #9ADBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADBC1; }
p { color: rgb(154,219,193); }
H1.HeaderClassName
{
color: #9ADBC1;
}
.AnyTagClassName
{
color: #9ADBC1;
}
</style>
background-color css
<style>
a { background-color: #9ADBC1; }
a { background-color: rgb(154,219,193); }
div.DivClassName
{
background-color: #9ADBC1;
}
.BgClassName
{
background-color: #9ADBC1;
}
</style>
border-color css
<style>
span { border-color: #9ADBC1; }
span { border-color: rgb(154,219,193); }
td.TdClassName
{
border-color: #9ADBC1;
}
.TagClassName
{
border-color: #9ADBC1;
}
</style>