Shades of Vista Blue #9ADBBC
Tints of Vista Blue #9ADBBC
RGB
CMYK
RGB Variations
Color information
#9ADBBC (or 0x9ADBBC) is known color: Vista Blue. HEX triplet: 9A, DB and BC. RGB value is (154,219,188). Sum of RGB (Red+Green+Blue) = 154+219+188=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBBC is #652443. Grayscale: #C4C4C4. Windows color (decimal): -6628420 or 12376986. OLE color: 12376986.
HSL color Cylindrical-coordinate representation of color #9ADBBC: hue angle of 151.38º 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 #9ADBBC is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 188 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.14 |
| HSL | 151.38º | 0.47% | 0.73% | - |
| HSV(B) | 151.38º | 0.3% | 0.86% | - |
| XYZ | 47.74 | 61.16 | 56.87 | - |
| YUV | 196.03 | 123.47 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 188 | 0.30 | 0 | 0.14 | 0.14 | 151.38 | 0.47 | 0.73 |
| Hex | 9A | DB | BC | 1E | 0 | E | E | 97 | 2F | 49 |
| Octal | 232 | 333 | 274 | 36 | 0 | 16 | 16 | 227 | 57 | 111 |
| Binary | 10011010 | 11011011 | 10111100 | 11110 | 0 | 1110 | 1110 | 10010111 | 101111 | 1001001 |
Color Harmonies of #9ADBBC
Complementary color
Monochromatic Colors of #9ADBBC
Black with #9ADBBC
Text Example
Text Example
White with #9ADBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADBBC; }
p { color: rgb(154,219,188); }
H1.HeaderClassName
{
color: #9ADBBC;
}
.AnyTagClassName
{
color: #9ADBBC;
}
</style>
background-color css
<style>
a { background-color: #9ADBBC; }
a { background-color: rgb(154,219,188); }
div.DivClassName
{
background-color: #9ADBBC;
}
.BgClassName
{
background-color: #9ADBBC;
}
</style>
border-color css
<style>
span { border-color: #9ADBBC; }
span { border-color: rgb(154,219,188); }
td.TdClassName
{
border-color: #9ADBBC;
}
.TagClassName
{
border-color: #9ADBBC;
}
</style>