Shades of Vista Blue #9ADCB0
Tints of Vista Blue #9ADCB0
RGB
CMYK
RGB Variations
Color information
#9ADCB0 (or 0x9ADCB0) is known color: Vista Blue. HEX triplet: 9A, DC and B0. RGB value is (154,220,176). Sum of RGB (Red+Green+Blue) = 154+220+176=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADCB0 is #65234F. Grayscale: #C3C3C3. Windows color (decimal): -6628176 or 11590810. OLE color: 11590810.
HSL color Cylindrical-coordinate representation of color #9ADCB0: hue angle of 140º 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 #9ADCB0 is Cyan = 0.3, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 176 | - |
| CMYK | 0.3 | 0 | 0.2 | 0.14 |
| HSL | 140º | 0.49% | 0.73% | - |
| HSV(B) | 140º | 0.3% | 0.86% | - |
| XYZ | 46.76 | 61.19 | 50.42 | - |
| YUV | 195.25 | 117.13 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 176 | 0.3 | 0 | 0.2 | 0.14 | 140 | 0.49 | 0.73 |
| Hex | 9A | DC | B0 | 1E | 0 | 14 | E | 8C | 31 | 49 |
| Octal | 232 | 334 | 260 | 36 | 0 | 24 | 16 | 214 | 61 | 111 |
| Binary | 10011010 | 11011100 | 10110000 | 11110 | 0 | 10100 | 1110 | 10001100 | 110001 | 1001001 |
Color Harmonies of #9ADCB0
Complementary color
Monochromatic Colors of #9ADCB0
Black with #9ADCB0
Text Example
Text Example
White with #9ADCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCB0; }
p { color: rgb(154,220,176); }
H1.HeaderClassName
{
color: #9ADCB0;
}
.AnyTagClassName
{
color: #9ADCB0;
}
</style>
background-color css
<style>
a { background-color: #9ADCB0; }
a { background-color: rgb(154,220,176); }
div.DivClassName
{
background-color: #9ADCB0;
}
.BgClassName
{
background-color: #9ADCB0;
}
</style>
border-color css
<style>
span { border-color: #9ADCB0; }
span { border-color: rgb(154,220,176); }
td.TdClassName
{
border-color: #9ADCB0;
}
.TagClassName
{
border-color: #9ADCB0;
}
</style>