Shades of Vista Blue #9ADCAF
Tints of Vista Blue #9ADCAF
RGB
CMYK
RGB Variations
Color information
#9ADCAF (or 0x9ADCAF) is known color: Vista Blue. HEX triplet: 9A, DC and AF. RGB value is (154,220,175). Sum of RGB (Red+Green+Blue) = 154+220+175=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADCAF is #652350. Grayscale: #C3C3C3. Windows color (decimal): -6628177 or 11525274. OLE color: 11525274.
HSL color Cylindrical-coordinate representation of color #9ADCAF: hue angle of 139.09º 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 #9ADCAF is Cyan = 0.3, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 175 | - |
| CMYK | 0.3 | 0 | 0.20 | 0.14 |
| HSL | 139.09º | 0.49% | 0.73% | - |
| HSV(B) | 139.09º | 0.3% | 0.86% | - |
| XYZ | 46.66 | 61.15 | 49.9 | - |
| YUV | 195.14 | 116.63 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 175 | 0.3 | 0 | 0.20 | 0.14 | 139.09 | 0.49 | 0.73 |
| Hex | 9A | DC | AF | 1E | 0 | 14 | E | 8B | 31 | 49 |
| Octal | 232 | 334 | 257 | 36 | 0 | 24 | 16 | 213 | 61 | 111 |
| Binary | 10011010 | 11011100 | 10101111 | 11110 | 0 | 10100 | 1110 | 10001011 | 110001 | 1001001 |
Color Harmonies of #9ADCAF
Complementary color
Monochromatic Colors of #9ADCAF
Black with #9ADCAF
Text Example
Text Example
White with #9ADCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCAF; }
p { color: rgb(154,220,175); }
H1.HeaderClassName
{
color: #9ADCAF;
}
.AnyTagClassName
{
color: #9ADCAF;
}
</style>
background-color css
<style>
a { background-color: #9ADCAF; }
a { background-color: rgb(154,220,175); }
div.DivClassName
{
background-color: #9ADCAF;
}
.BgClassName
{
background-color: #9ADCAF;
}
</style>
border-color css
<style>
span { border-color: #9ADCAF; }
span { border-color: rgb(154,220,175); }
td.TdClassName
{
border-color: #9ADCAF;
}
.TagClassName
{
border-color: #9ADCAF;
}
</style>