Shades of Vista Blue #99C7B1
Tints of Vista Blue #99C7B1
RGB
CMYK
RGB Variations
Color information
#99C7B1 (or 0x99C7B1) is known color: Vista Blue. HEX triplet: 99, C7 and B1. RGB value is (153,199,177). Sum of RGB (Red+Green+Blue) = 153+199+177=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 199 - color contains mainly: green. Hex color #99C7B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C7B1 is #66384E. Grayscale: #B6B6B6. Windows color (decimal): -6699087 or 11650969. OLE color: 11650969.
HSL color Cylindrical-coordinate representation of color #99C7B1: hue angle of 151.3º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99C7B1 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 199 | 177 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.22 |
| HSL | 151.3º | 0.29% | 0.69% | - |
| HSV(B) | 151.3º | 0.23% | 0.78% | - |
| XYZ | 41.5 | 50.79 | 49.21 | - |
| YUV | 182.74 | 124.76 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 199 | 177 | 0.23 | 0 | 0.11 | 0.22 | 151.3 | 0.29 | 0.69 |
| Hex | 99 | C7 | B1 | 17 | 0 | B | 16 | 97 | 1D | 45 |
| Octal | 231 | 307 | 261 | 27 | 0 | 13 | 26 | 227 | 35 | 105 |
| Binary | 10011001 | 11000111 | 10110001 | 10111 | 0 | 1011 | 10110 | 10010111 | 11101 | 1000101 |
Color Harmonies of #99C7B1
Complementary color
Monochromatic Colors of #99C7B1
Black with #99C7B1
Text Example
Text Example
White with #99C7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C7B1; }
p { color: rgb(153,199,177); }
H1.HeaderClassName
{
color: #99C7B1;
}
.AnyTagClassName
{
color: #99C7B1;
}
</style>
background-color css
<style>
a { background-color: #99C7B1; }
a { background-color: rgb(153,199,177); }
div.DivClassName
{
background-color: #99C7B1;
}
.BgClassName
{
background-color: #99C7B1;
}
</style>
border-color css
<style>
span { border-color: #99C7B1; }
span { border-color: rgb(153,199,177); }
td.TdClassName
{
border-color: #99C7B1;
}
.TagClassName
{
border-color: #99C7B1;
}
</style>