Shades of Vista Blue #9ADCBB
Tints of Vista Blue #9ADCBB
RGB
CMYK
RGB Variations
Color information
#9ADCBB (or 0x9ADCBB) is known color: Vista Blue. HEX triplet: 9A, DC and BB. RGB value is (154,220,187). Sum of RGB (Red+Green+Blue) = 154+220+187=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCBB is #652344. Grayscale: #C4C4C4. Windows color (decimal): -6628165 or 12311706. OLE color: 12311706.
HSL color Cylindrical-coordinate representation of color #9ADCBB: hue angle of 150º 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 #9ADCBB is Cyan = 0.3, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 187 | - |
| CMYK | 0.3 | 0 | 0.15 | 0.14 |
| HSL | 150º | 0.49% | 0.73% | - |
| HSV(B) | 150º | 0.3% | 0.86% | - |
| XYZ | 47.89 | 61.64 | 56.39 | - |
| YUV | 196.5 | 122.63 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 187 | 0.3 | 0 | 0.15 | 0.14 | 150 | 0.49 | 0.73 |
| Hex | 9A | DC | BB | 1E | 0 | F | E | 96 | 31 | 49 |
| Octal | 232 | 334 | 273 | 36 | 0 | 17 | 16 | 226 | 61 | 111 |
| Binary | 10011010 | 11011100 | 10111011 | 11110 | 0 | 1111 | 1110 | 10010110 | 110001 | 1001001 |
Color Harmonies of #9ADCBB
Complementary color
Monochromatic Colors of #9ADCBB
Black with #9ADCBB
Text Example
Text Example
White with #9ADCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCBB; }
p { color: rgb(154,220,187); }
H1.HeaderClassName
{
color: #9ADCBB;
}
.AnyTagClassName
{
color: #9ADCBB;
}
</style>
background-color css
<style>
a { background-color: #9ADCBB; }
a { background-color: rgb(154,220,187); }
div.DivClassName
{
background-color: #9ADCBB;
}
.BgClassName
{
background-color: #9ADCBB;
}
</style>
border-color css
<style>
span { border-color: #9ADCBB; }
span { border-color: rgb(154,220,187); }
td.TdClassName
{
border-color: #9ADCBB;
}
.TagClassName
{
border-color: #9ADCBB;
}
</style>