Shades of Vista Blue #99D7AE
Tints of Vista Blue #99D7AE
RGB
CMYK
RGB Variations
Color information
#99D7AE (or 0x99D7AE) is known color: Vista Blue. HEX triplet: 99, D7 and AE. RGB value is (153,215,174). Sum of RGB (Red+Green+Blue) = 153+215+174=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 215 - color contains mainly: green. Hex color #99D7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D7AE is #662851. Grayscale: #BFBFBF. Windows color (decimal): -6694994 or 11458457. OLE color: 11458457.
HSL color Cylindrical-coordinate representation of color #99D7AE: hue angle of 140.32º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D7AE is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 215 | 174 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.16 |
| HSL | 140.32º | 0.44% | 0.72% | - |
| HSV(B) | 140.32º | 0.29% | 0.84% | - |
| XYZ | 45.08 | 58.43 | 48.95 | - |
| YUV | 191.79 | 117.96 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 215 | 174 | 0.29 | 0 | 0.19 | 0.16 | 140.32 | 0.44 | 0.72 |
| Hex | 99 | D7 | AE | 1D | 0 | 13 | 10 | 8C | 2C | 48 |
| Octal | 231 | 327 | 256 | 35 | 0 | 23 | 20 | 214 | 54 | 110 |
| Binary | 10011001 | 11010111 | 10101110 | 11101 | 0 | 10011 | 10000 | 10001100 | 101100 | 1001000 |
Color Harmonies of #99D7AE
Complementary color
Monochromatic Colors of #99D7AE
Black with #99D7AE
Text Example
Text Example
White with #99D7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D7AE; }
p { color: rgb(153,215,174); }
H1.HeaderClassName
{
color: #99D7AE;
}
.AnyTagClassName
{
color: #99D7AE;
}
</style>
background-color css
<style>
a { background-color: #99D7AE; }
a { background-color: rgb(153,215,174); }
div.DivClassName
{
background-color: #99D7AE;
}
.BgClassName
{
background-color: #99D7AE;
}
</style>
border-color css
<style>
span { border-color: #99D7AE; }
span { border-color: rgb(153,215,174); }
td.TdClassName
{
border-color: #99D7AE;
}
.TagClassName
{
border-color: #99D7AE;
}
</style>