Shades of Vista Blue #99CAB0
Tints of Vista Blue #99CAB0
RGB
CMYK
RGB Variations
Color information
#99CAB0 (or 0x99CAB0) is known color: Vista Blue. HEX triplet: 99, CA and B0. RGB value is (153,202,176). Sum of RGB (Red+Green+Blue) = 153+202+176=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 202 - color contains mainly: green. Hex color #99CAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CAB0 is #66354F. Grayscale: #B8B8B8. Windows color (decimal): -6698320 or 11586201. OLE color: 11586201.
HSL color Cylindrical-coordinate representation of color #99CAB0: hue angle of 148.16º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99CAB0 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 176 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.21 |
| HSL | 148.16º | 0.32% | 0.7% | - |
| HSV(B) | 148.16º | 0.24% | 0.79% | - |
| XYZ | 42.09 | 52.15 | 48.92 | - |
| YUV | 184.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 176 | 0.24 | 0 | 0.13 | 0.21 | 148.16 | 0.32 | 0.7 |
| Hex | 99 | CA | B0 | 18 | 0 | D | 15 | 94 | 20 | 46 |
| Octal | 231 | 312 | 260 | 30 | 0 | 15 | 25 | 224 | 40 | 106 |
| Binary | 10011001 | 11001010 | 10110000 | 11000 | 0 | 1101 | 10101 | 10010100 | 100000 | 1000110 |
Color Harmonies of #99CAB0
Complementary color
Monochromatic Colors of #99CAB0
Black with #99CAB0
Text Example
Text Example
White with #99CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CAB0; }
p { color: rgb(153,202,176); }
H1.HeaderClassName
{
color: #99CAB0;
}
.AnyTagClassName
{
color: #99CAB0;
}
</style>
background-color css
<style>
a { background-color: #99CAB0; }
a { background-color: rgb(153,202,176); }
div.DivClassName
{
background-color: #99CAB0;
}
.BgClassName
{
background-color: #99CAB0;
}
</style>
border-color css
<style>
span { border-color: #99CAB0; }
span { border-color: rgb(153,202,176); }
td.TdClassName
{
border-color: #99CAB0;
}
.TagClassName
{
border-color: #99CAB0;
}
</style>