Shades of Vista Blue #99D5AF
Tints of Vista Blue #99D5AF
RGB
CMYK
RGB Variations
Color information
#99D5AF (or 0x99D5AF) is known color: Vista Blue. HEX triplet: 99, D5 and AF. RGB value is (153,213,175). Sum of RGB (Red+Green+Blue) = 153+213+175=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 213 - color contains mainly: green. Hex color #99D5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D5AF is #662A50. Grayscale: #BEBEBE. Windows color (decimal): -6695505 or 11523481. OLE color: 11523481.
HSL color Cylindrical-coordinate representation of color #99D5AF: hue angle of 142º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D5AF is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 175 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.16 |
| HSL | 142º | 0.42% | 0.72% | - |
| HSV(B) | 142º | 0.28% | 0.84% | - |
| XYZ | 44.67 | 57.46 | 49.29 | - |
| YUV | 190.73 | 119.12 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 175 | 0.28 | 0 | 0.18 | 0.16 | 142 | 0.42 | 0.72 |
| Hex | 99 | D5 | AF | 1C | 0 | 12 | 10 | 8E | 2A | 48 |
| Octal | 231 | 325 | 257 | 34 | 0 | 22 | 20 | 216 | 52 | 110 |
| Binary | 10011001 | 11010101 | 10101111 | 11100 | 0 | 10010 | 10000 | 10001110 | 101010 | 1001000 |
Color Harmonies of #99D5AF
Complementary color
Monochromatic Colors of #99D5AF
Black with #99D5AF
Text Example
Text Example
White with #99D5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D5AF; }
p { color: rgb(153,213,175); }
H1.HeaderClassName
{
color: #99D5AF;
}
.AnyTagClassName
{
color: #99D5AF;
}
</style>
background-color css
<style>
a { background-color: #99D5AF; }
a { background-color: rgb(153,213,175); }
div.DivClassName
{
background-color: #99D5AF;
}
.BgClassName
{
background-color: #99D5AF;
}
</style>
border-color css
<style>
span { border-color: #99D5AF; }
span { border-color: rgb(153,213,175); }
td.TdClassName
{
border-color: #99D5AF;
}
.TagClassName
{
border-color: #99D5AF;
}
</style>