Shades of Vista Blue #99C9AF
Tints of Vista Blue #99C9AF
RGB
CMYK
RGB Variations
Color information
#99C9AF (or 0x99C9AF) is known color: Vista Blue. HEX triplet: 99, C9 and AF. RGB value is (153,201,175). Sum of RGB (Red+Green+Blue) = 153+201+175=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 201 - color contains mainly: green. Hex color #99C9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C9AF is #663650. Grayscale: #B7B7B7. Windows color (decimal): -6698577 or 11520409. OLE color: 11520409.
HSL color Cylindrical-coordinate representation of color #99C9AF: hue angle of 147.5º 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 #99C9AF is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 201 | 175 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.21 |
| HSL | 147.5º | 0.31% | 0.69% | - |
| HSV(B) | 147.5º | 0.24% | 0.79% | - |
| XYZ | 41.76 | 51.64 | 48.32 | - |
| YUV | 183.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 201 | 175 | 0.24 | 0 | 0.13 | 0.21 | 147.5 | 0.31 | 0.69 |
| Hex | 99 | C9 | AF | 18 | 0 | D | 15 | 94 | 1F | 45 |
| Octal | 231 | 311 | 257 | 30 | 0 | 15 | 25 | 224 | 37 | 105 |
| Binary | 10011001 | 11001001 | 10101111 | 11000 | 0 | 1101 | 10101 | 10010100 | 11111 | 1000101 |
Color Harmonies of #99C9AF
Complementary color
Monochromatic Colors of #99C9AF
Black with #99C9AF
Text Example
Text Example
White with #99C9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C9AF; }
p { color: rgb(153,201,175); }
H1.HeaderClassName
{
color: #99C9AF;
}
.AnyTagClassName
{
color: #99C9AF;
}
</style>
background-color css
<style>
a { background-color: #99C9AF; }
a { background-color: rgb(153,201,175); }
div.DivClassName
{
background-color: #99C9AF;
}
.BgClassName
{
background-color: #99C9AF;
}
</style>
border-color css
<style>
span { border-color: #99C9AF; }
span { border-color: rgb(153,201,175); }
td.TdClassName
{
border-color: #99C9AF;
}
.TagClassName
{
border-color: #99C9AF;
}
</style>