Shades of Vista Blue #9ADCB5
Tints of Vista Blue #9ADCB5
RGB
CMYK
RGB Variations
Color information
#9ADCB5 (or 0x9ADCB5) is known color: Vista Blue. HEX triplet: 9A, DC and B5. RGB value is (154,220,181). Sum of RGB (Red+Green+Blue) = 154+220+181=555 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.75% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCB5 is #65234A. Grayscale: #C3C3C3. Windows color (decimal): -6628171 or 11918490. OLE color: 11918490.
HSL color Cylindrical-coordinate representation of color #9ADCB5: hue angle of 144.55º degrees, saturation: 0.49, 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 #9ADCB5 is Cyan = 0.3, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 181 | - |
| CMYK | 0.3 | 0 | 0.18 | 0.14 |
| HSL | 144.55º | 0.49% | 0.73% | - |
| HSV(B) | 144.55º | 0.3% | 0.86% | - |
| XYZ | 47.26 | 61.39 | 53.08 | - |
| YUV | 195.82 | 119.63 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 181 | 0.3 | 0 | 0.18 | 0.14 | 144.55 | 0.49 | 0.73 |
| Hex | 9A | DC | B5 | 1E | 0 | 12 | E | 91 | 31 | 49 |
| Octal | 232 | 334 | 265 | 36 | 0 | 22 | 16 | 221 | 61 | 111 |
| Binary | 10011010 | 11011100 | 10110101 | 11110 | 0 | 10010 | 1110 | 10010001 | 110001 | 1001001 |
Color Harmonies of #9ADCB5
Complementary color
Monochromatic Colors of #9ADCB5
Black with #9ADCB5
Text Example
Text Example
White with #9ADCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCB5; }
p { color: rgb(154,220,181); }
H1.HeaderClassName
{
color: #9ADCB5;
}
.AnyTagClassName
{
color: #9ADCB5;
}
</style>
background-color css
<style>
a { background-color: #9ADCB5; }
a { background-color: rgb(154,220,181); }
div.DivClassName
{
background-color: #9ADCB5;
}
.BgClassName
{
background-color: #9ADCB5;
}
</style>
border-color css
<style>
span { border-color: #9ADCB5; }
span { border-color: rgb(154,220,181); }
td.TdClassName
{
border-color: #9ADCB5;
}
.TagClassName
{
border-color: #9ADCB5;
}
</style>