Shades of Vista Blue #9ADDAF
Tints of Vista Blue #9ADDAF
RGB
CMYK
RGB Variations
Color information
#9ADDAF (or 0x9ADDAF) is known color: Vista Blue. HEX triplet: 9A, DD and AF. RGB value is (154,221,175). Sum of RGB (Red+Green+Blue) = 154+221+175=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADDAF is #652250. Grayscale: #C3C3C3. Windows color (decimal): -6627921 or 11525530. OLE color: 11525530.
HSL color Cylindrical-coordinate representation of color #9ADDAF: hue angle of 138.81º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADDAF is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 175 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.13 |
| HSL | 138.81º | 0.5% | 0.74% | - |
| HSV(B) | 138.81º | 0.3% | 0.87% | - |
| XYZ | 46.92 | 61.68 | 49.99 | - |
| YUV | 195.72 | 116.3 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 175 | 0.30 | 0 | 0.21 | 0.13 | 138.81 | 0.5 | 0.74 |
| Hex | 9A | DD | AF | 1E | 0 | 15 | D | 8B | 32 | 4A |
| Octal | 232 | 335 | 257 | 36 | 0 | 25 | 15 | 213 | 62 | 112 |
| Binary | 10011010 | 11011101 | 10101111 | 11110 | 0 | 10101 | 1101 | 10001011 | 110010 | 1001010 |
Color Harmonies of #9ADDAF
Complementary color
Monochromatic Colors of #9ADDAF
Black with #9ADDAF
Text Example
Text Example
White with #9ADDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADDAF; }
p { color: rgb(154,221,175); }
H1.HeaderClassName
{
color: #9ADDAF;
}
.AnyTagClassName
{
color: #9ADDAF;
}
</style>
background-color css
<style>
a { background-color: #9ADDAF; }
a { background-color: rgb(154,221,175); }
div.DivClassName
{
background-color: #9ADDAF;
}
.BgClassName
{
background-color: #9ADDAF;
}
</style>
border-color css
<style>
span { border-color: #9ADDAF; }
span { border-color: rgb(154,221,175); }
td.TdClassName
{
border-color: #9ADDAF;
}
.TagClassName
{
border-color: #9ADDAF;
}
</style>