Shades of Vista Blue #9ADBB2
Tints of Vista Blue #9ADBB2
RGB
CMYK
RGB Variations
Color information
#9ADBB2 (or 0x9ADBB2) is known color: Vista Blue. HEX triplet: 9A, DB and B2. RGB value is (154,219,178). Sum of RGB (Red+Green+Blue) = 154+219+178=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADBB2 is #65244D. Grayscale: #C2C2C2. Windows color (decimal): -6628430 or 11721626. OLE color: 11721626.
HSL color Cylindrical-coordinate representation of color #9ADBB2: hue angle of 142.15º 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 #9ADBB2 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 178 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.14 |
| HSL | 142.15º | 0.47% | 0.73% | - |
| HSV(B) | 142.15º | 0.3% | 0.86% | - |
| XYZ | 46.69 | 60.75 | 51.38 | - |
| YUV | 194.89 | 118.47 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 178 | 0.30 | 0 | 0.19 | 0.14 | 142.15 | 0.47 | 0.73 |
| Hex | 9A | DB | B2 | 1E | 0 | 13 | E | 8E | 2F | 49 |
| Octal | 232 | 333 | 262 | 36 | 0 | 23 | 16 | 216 | 57 | 111 |
| Binary | 10011010 | 11011011 | 10110010 | 11110 | 0 | 10011 | 1110 | 10001110 | 101111 | 1001001 |
Color Harmonies of #9ADBB2
Complementary color
Monochromatic Colors of #9ADBB2
Black with #9ADBB2
Text Example
Text Example
White with #9ADBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADBB2; }
p { color: rgb(154,219,178); }
H1.HeaderClassName
{
color: #9ADBB2;
}
.AnyTagClassName
{
color: #9ADBB2;
}
</style>
background-color css
<style>
a { background-color: #9ADBB2; }
a { background-color: rgb(154,219,178); }
div.DivClassName
{
background-color: #9ADBB2;
}
.BgClassName
{
background-color: #9ADBB2;
}
</style>
border-color css
<style>
span { border-color: #9ADBB2; }
span { border-color: rgb(154,219,178); }
td.TdClassName
{
border-color: #9ADBB2;
}
.TagClassName
{
border-color: #9ADBB2;
}
</style>