Shades of Vista Blue #9ADAB2
Tints of Vista Blue #9ADAB2
RGB
CMYK
RGB Variations
Color information
#9ADAB2 (or 0x9ADAB2) is known color: Vista Blue. HEX triplet: 9A, DA and B2. RGB value is (154,218,178). Sum of RGB (Red+Green+Blue) = 154+218+178=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADAB2 is #65254D. Grayscale: #C2C2C2. Windows color (decimal): -6628686 or 11721370. OLE color: 11721370.
HSL color Cylindrical-coordinate representation of color #9ADAB2: hue angle of 142.5º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ADAB2 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 178 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.15 |
| HSL | 142.5º | 0.46% | 0.73% | - |
| HSV(B) | 142.5º | 0.29% | 0.85% | - |
| XYZ | 46.43 | 60.23 | 51.3 | - |
| YUV | 194.3 | 118.8 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 178 | 0.29 | 0 | 0.18 | 0.15 | 142.5 | 0.46 | 0.73 |
| Hex | 9A | DA | B2 | 1D | 0 | 12 | F | 8E | 2E | 49 |
| Octal | 232 | 332 | 262 | 35 | 0 | 22 | 17 | 216 | 56 | 111 |
| Binary | 10011010 | 11011010 | 10110010 | 11101 | 0 | 10010 | 1111 | 10001110 | 101110 | 1001001 |
Color Harmonies of #9ADAB2
Complementary color
Monochromatic Colors of #9ADAB2
Black with #9ADAB2
Text Example
Text Example
White with #9ADAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADAB2; }
p { color: rgb(154,218,178); }
H1.HeaderClassName
{
color: #9ADAB2;
}
.AnyTagClassName
{
color: #9ADAB2;
}
</style>
background-color css
<style>
a { background-color: #9ADAB2; }
a { background-color: rgb(154,218,178); }
div.DivClassName
{
background-color: #9ADAB2;
}
.BgClassName
{
background-color: #9ADAB2;
}
</style>
border-color css
<style>
span { border-color: #9ADAB2; }
span { border-color: rgb(154,218,178); }
td.TdClassName
{
border-color: #9ADAB2;
}
.TagClassName
{
border-color: #9ADAB2;
}
</style>