Shades of Vista Blue #9ADCB8
Tints of Vista Blue #9ADCB8
RGB
CMYK
RGB Variations
Color information
#9ADCB8 (or 0x9ADCB8) is known color: Vista Blue. HEX triplet: 9A, DC and B8. RGB value is (154,220,184). Sum of RGB (Red+Green+Blue) = 154+220+184=558 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.60% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCB8 is #652347. Grayscale: #C4C4C4. Windows color (decimal): -6628168 or 12115098. OLE color: 12115098.
HSL color Cylindrical-coordinate representation of color #9ADCB8: hue angle of 147.27º 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 #9ADCB8 is Cyan = 0.3, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 184 | - |
| CMYK | 0.3 | 0 | 0.16 | 0.14 |
| HSL | 147.27º | 0.49% | 0.73% | - |
| HSV(B) | 147.27º | 0.3% | 0.86% | - |
| XYZ | 47.57 | 61.52 | 54.71 | - |
| YUV | 196.16 | 121.13 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 184 | 0.3 | 0 | 0.16 | 0.14 | 147.27 | 0.49 | 0.73 |
| Hex | 9A | DC | B8 | 1E | 0 | 10 | E | 93 | 31 | 49 |
| Octal | 232 | 334 | 270 | 36 | 0 | 20 | 16 | 223 | 61 | 111 |
| Binary | 10011010 | 11011100 | 10111000 | 11110 | 0 | 10000 | 1110 | 10010011 | 110001 | 1001001 |
Color Harmonies of #9ADCB8
Complementary color
Monochromatic Colors of #9ADCB8
Black with #9ADCB8
Text Example
Text Example
White with #9ADCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCB8; }
p { color: rgb(154,220,184); }
H1.HeaderClassName
{
color: #9ADCB8;
}
.AnyTagClassName
{
color: #9ADCB8;
}
</style>
background-color css
<style>
a { background-color: #9ADCB8; }
a { background-color: rgb(154,220,184); }
div.DivClassName
{
background-color: #9ADCB8;
}
.BgClassName
{
background-color: #9ADCB8;
}
</style>
border-color css
<style>
span { border-color: #9ADCB8; }
span { border-color: rgb(154,220,184); }
td.TdClassName
{
border-color: #9ADCB8;
}
.TagClassName
{
border-color: #9ADCB8;
}
</style>