Shades of Vista Blue #9DD3AF
Tints of Vista Blue #9DD3AF
RGB
CMYK
RGB Variations
Color information
#9DD3AF (or 0x9DD3AF) is known color: Vista Blue. HEX triplet: 9D, D3 and AF. RGB value is (157,211,175). Sum of RGB (Red+Green+Blue) = 157+211+175=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD3AF is #622C50. Grayscale: #BEBEBE. Windows color (decimal): -6433873 or 11522973. OLE color: 11522973.
HSL color Cylindrical-coordinate representation of color #9DD3AF: hue angle of 140º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DD3AF is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 211 | 175 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.17 |
| HSL | 140º | 0.38% | 0.72% | - |
| HSV(B) | 140º | 0.26% | 0.83% | - |
| XYZ | 44.94 | 56.85 | 49.16 | - |
| YUV | 190.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 211 | 175 | 0.26 | 0 | 0.17 | 0.17 | 140 | 0.38 | 0.72 |
| Hex | 9D | D3 | AF | 1A | 0 | 11 | 11 | 8C | 26 | 48 |
| Octal | 235 | 323 | 257 | 32 | 0 | 21 | 21 | 214 | 46 | 110 |
| Binary | 10011101 | 11010011 | 10101111 | 11010 | 0 | 10001 | 10001 | 10001100 | 100110 | 1001000 |
Color Harmonies of #9DD3AF
Complementary color
Monochromatic Colors of #9DD3AF
Black with #9DD3AF
Text Example
Text Example
White with #9DD3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD3AF; }
p { color: rgb(157,211,175); }
H1.HeaderClassName
{
color: #9DD3AF;
}
.AnyTagClassName
{
color: #9DD3AF;
}
</style>
background-color css
<style>
a { background-color: #9DD3AF; }
a { background-color: rgb(157,211,175); }
div.DivClassName
{
background-color: #9DD3AF;
}
.BgClassName
{
background-color: #9DD3AF;
}
</style>
border-color css
<style>
span { border-color: #9DD3AF; }
span { border-color: rgb(157,211,175); }
td.TdClassName
{
border-color: #9DD3AF;
}
.TagClassName
{
border-color: #9DD3AF;
}
</style>