Shades of Vista Blue #99C5AF
Tints of Vista Blue #99C5AF
RGB
CMYK
RGB Variations
Color information
#99C5AF (or 0x99C5AF) is known color: Vista Blue. HEX triplet: 99, C5 and AF. RGB value is (153,197,175). Sum of RGB (Red+Green+Blue) = 153+197+175=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 197 - color contains mainly: green. Hex color #99C5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C5AF is #663A50. Grayscale: #B5B5B5. Windows color (decimal): -6699601 or 11519385. OLE color: 11519385.
HSL color Cylindrical-coordinate representation of color #99C5AF: hue angle of 150º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C5AF is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 175 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.23 |
| HSL | 150º | 0.28% | 0.69% | - |
| HSV(B) | 150º | 0.22% | 0.77% | - |
| XYZ | 40.84 | 49.8 | 48.02 | - |
| YUV | 181.34 | 124.42 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 175 | 0.22 | 0 | 0.11 | 0.23 | 150 | 0.28 | 0.69 |
| Hex | 99 | C5 | AF | 16 | 0 | B | 17 | 96 | 1C | 45 |
| Octal | 231 | 305 | 257 | 26 | 0 | 13 | 27 | 226 | 34 | 105 |
| Binary | 10011001 | 11000101 | 10101111 | 10110 | 0 | 1011 | 10111 | 10010110 | 11100 | 1000101 |
Color Harmonies of #99C5AF
Complementary color
Monochromatic Colors of #99C5AF
Black with #99C5AF
Text Example
Text Example
White with #99C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C5AF; }
p { color: rgb(153,197,175); }
H1.HeaderClassName
{
color: #99C5AF;
}
.AnyTagClassName
{
color: #99C5AF;
}
</style>
background-color css
<style>
a { background-color: #99C5AF; }
a { background-color: rgb(153,197,175); }
div.DivClassName
{
background-color: #99C5AF;
}
.BgClassName
{
background-color: #99C5AF;
}
</style>
border-color css
<style>
span { border-color: #99C5AF; }
span { border-color: rgb(153,197,175); }
td.TdClassName
{
border-color: #99C5AF;
}
.TagClassName
{
border-color: #99C5AF;
}
</style>