Shades of Vista Blue #99CAB2
Tints of Vista Blue #99CAB2
RGB
CMYK
RGB Variations
Color information
#99CAB2 (or 0x99CAB2) is known color: Vista Blue. HEX triplet: 99, CA and B2. RGB value is (153,202,178). Sum of RGB (Red+Green+Blue) = 153+202+178=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #99CAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CAB2 is #66354D. Grayscale: #B8B8B8. Windows color (decimal): -6698318 or 11717273. OLE color: 11717273.
HSL color Cylindrical-coordinate representation of color #99CAB2: hue angle of 150.61º 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 #99CAB2 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 178 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.21 |
| HSL | 150.61º | 0.32% | 0.7% | - |
| HSV(B) | 150.61º | 0.24% | 0.79% | - |
| XYZ | 42.29 | 52.23 | 49.97 | - |
| YUV | 184.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 178 | 0.24 | 0 | 0.12 | 0.21 | 150.61 | 0.32 | 0.7 |
| Hex | 99 | CA | B2 | 18 | 0 | C | 15 | 97 | 20 | 46 |
| Octal | 231 | 312 | 262 | 30 | 0 | 14 | 25 | 227 | 40 | 106 |
| Binary | 10011001 | 11001010 | 10110010 | 11000 | 0 | 1100 | 10101 | 10010111 | 100000 | 1000110 |
Color Harmonies of #99CAB2
Complementary color
Monochromatic Colors of #99CAB2
Black with #99CAB2
Text Example
Text Example
White with #99CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CAB2; }
p { color: rgb(153,202,178); }
H1.HeaderClassName
{
color: #99CAB2;
}
.AnyTagClassName
{
color: #99CAB2;
}
</style>
background-color css
<style>
a { background-color: #99CAB2; }
a { background-color: rgb(153,202,178); }
div.DivClassName
{
background-color: #99CAB2;
}
.BgClassName
{
background-color: #99CAB2;
}
</style>
border-color css
<style>
span { border-color: #99CAB2; }
span { border-color: rgb(153,202,178); }
td.TdClassName
{
border-color: #99CAB2;
}
.TagClassName
{
border-color: #99CAB2;
}
</style>