Shades of Vista Blue #9ADBBD
Tints of Vista Blue #9ADBBD
RGB
CMYK
RGB Variations
Color information
#9ADBBD (or 0x9ADBBD) is known color: Vista Blue. HEX triplet: 9A, DB and BD. RGB value is (154,219,189). Sum of RGB (Red+Green+Blue) = 154+219+189=562 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.40% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBBD is #652442. Grayscale: #C4C4C4. Windows color (decimal): -6628419 or 12442522. OLE color: 12442522.
HSL color Cylindrical-coordinate representation of color #9ADBBD: hue angle of 152.31º 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 #9ADBBD is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 189 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.14 |
| HSL | 152.31º | 0.47% | 0.73% | - |
| HSV(B) | 152.31º | 0.3% | 0.86% | - |
| XYZ | 47.84 | 61.21 | 57.44 | - |
| YUV | 196.15 | 123.97 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 189 | 0.30 | 0 | 0.14 | 0.14 | 152.31 | 0.47 | 0.73 |
| Hex | 9A | DB | BD | 1E | 0 | E | E | 98 | 2F | 49 |
| Octal | 232 | 333 | 275 | 36 | 0 | 16 | 16 | 230 | 57 | 111 |
| Binary | 10011010 | 11011011 | 10111101 | 11110 | 0 | 1110 | 1110 | 10011000 | 101111 | 1001001 |
Color Harmonies of #9ADBBD
Complementary color
Monochromatic Colors of #9ADBBD
Black with #9ADBBD
Text Example
Text Example
White with #9ADBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADBBD; }
p { color: rgb(154,219,189); }
H1.HeaderClassName
{
color: #9ADBBD;
}
.AnyTagClassName
{
color: #9ADBBD;
}
</style>
background-color css
<style>
a { background-color: #9ADBBD; }
a { background-color: rgb(154,219,189); }
div.DivClassName
{
background-color: #9ADBBD;
}
.BgClassName
{
background-color: #9ADBBD;
}
</style>
border-color css
<style>
span { border-color: #9ADBBD; }
span { border-color: rgb(154,219,189); }
td.TdClassName
{
border-color: #9ADBBD;
}
.TagClassName
{
border-color: #9ADBBD;
}
</style>