Shades of Vista Blue #99C9AD
Tints of Vista Blue #99C9AD
RGB
CMYK
RGB Variations
Color information
#99C9AD (or 0x99C9AD) is known color: Vista Blue. HEX triplet: 99, C9 and AD. RGB value is (153,201,173). Sum of RGB (Red+Green+Blue) = 153+201+173=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #99C9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C9AD is #663652. Grayscale: #B7B7B7. Windows color (decimal): -6698579 or 11389337. OLE color: 11389337.
HSL color Cylindrical-coordinate representation of color #99C9AD: hue angle of 145º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99C9AD is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 201 | 173 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.21 |
| HSL | 145º | 0.31% | 0.69% | - |
| HSV(B) | 145º | 0.24% | 0.79% | - |
| XYZ | 41.57 | 51.56 | 47.3 | - |
| YUV | 183.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 201 | 173 | 0.24 | 0 | 0.14 | 0.21 | 145 | 0.31 | 0.69 |
| Hex | 99 | C9 | AD | 18 | 0 | E | 15 | 91 | 1F | 45 |
| Octal | 231 | 311 | 255 | 30 | 0 | 16 | 25 | 221 | 37 | 105 |
| Binary | 10011001 | 11001001 | 10101101 | 11000 | 0 | 1110 | 10101 | 10010001 | 11111 | 1000101 |
Color Harmonies of #99C9AD
Complementary color
Monochromatic Colors of #99C9AD
Black with #99C9AD
Text Example
Text Example
White with #99C9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C9AD; }
p { color: rgb(153,201,173); }
H1.HeaderClassName
{
color: #99C9AD;
}
.AnyTagClassName
{
color: #99C9AD;
}
</style>
background-color css
<style>
a { background-color: #99C9AD; }
a { background-color: rgb(153,201,173); }
div.DivClassName
{
background-color: #99C9AD;
}
.BgClassName
{
background-color: #99C9AD;
}
</style>
border-color css
<style>
span { border-color: #99C9AD; }
span { border-color: rgb(153,201,173); }
td.TdClassName
{
border-color: #99C9AD;
}
.TagClassName
{
border-color: #99C9AD;
}
</style>