Shades of Vista Blue #9AD4AF
Tints of Vista Blue #9AD4AF
RGB
CMYK
RGB Variations
Color information
#9AD4AF (or 0x9AD4AF) is known color: Vista Blue. HEX triplet: 9A, D4 and AF. RGB value is (154,212,175). Sum of RGB (Red+Green+Blue) = 154+212+175=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 212 - color contains mainly: green. Hex color #9AD4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD4AF is #652B50. Grayscale: #BEBEBE. Windows color (decimal): -6630225 or 11523226. OLE color: 11523226.
HSL color Cylindrical-coordinate representation of color #9AD4AF: hue angle of 141.72º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AD4AF is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 212 | 175 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.17 |
| HSL | 141.72º | 0.4% | 0.72% | - |
| HSV(B) | 141.72º | 0.27% | 0.83% | - |
| XYZ | 44.61 | 57.05 | 49.22 | - |
| YUV | 190.44 | 119.28 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 212 | 175 | 0.27 | 0 | 0.17 | 0.17 | 141.72 | 0.4 | 0.72 |
| Hex | 9A | D4 | AF | 1B | 0 | 11 | 11 | 8E | 28 | 48 |
| Octal | 232 | 324 | 257 | 33 | 0 | 21 | 21 | 216 | 50 | 110 |
| Binary | 10011010 | 11010100 | 10101111 | 11011 | 0 | 10001 | 10001 | 10001110 | 101000 | 1001000 |
Color Harmonies of #9AD4AF
Complementary color
Monochromatic Colors of #9AD4AF
Black with #9AD4AF
Text Example
Text Example
White with #9AD4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD4AF; }
p { color: rgb(154,212,175); }
H1.HeaderClassName
{
color: #9AD4AF;
}
.AnyTagClassName
{
color: #9AD4AF;
}
</style>
background-color css
<style>
a { background-color: #9AD4AF; }
a { background-color: rgb(154,212,175); }
div.DivClassName
{
background-color: #9AD4AF;
}
.BgClassName
{
background-color: #9AD4AF;
}
</style>
border-color css
<style>
span { border-color: #9AD4AF; }
span { border-color: rgb(154,212,175); }
td.TdClassName
{
border-color: #9AD4AF;
}
.TagClassName
{
border-color: #9AD4AF;
}
</style>