Shades of Vista Blue #88CAA9
Tints of Vista Blue #88CAA9
RGB
CMYK
RGB Variations
Color information
#88CAA9 (or 0x88CAA9) is known color: Vista Blue. HEX triplet: 88, CA and A9. RGB value is (136,202,169). Sum of RGB (Red+Green+Blue) = 136+202+169=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #88CAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CAA9 is #773556. Grayscale: #B2B2B2. Windows color (decimal): -7812439 or 11127432. OLE color: 11127432.
HSL color Cylindrical-coordinate representation of color #88CAA9: hue angle of 150º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CAA9 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 169 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.21 |
| HSL | 150º | 0.38% | 0.66% | - |
| HSV(B) | 150º | 0.33% | 0.79% | - |
| XYZ | 38.44 | 50.34 | 45.23 | - |
| YUV | 178.5 | 122.63 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 169 | 0.33 | 0 | 0.16 | 0.21 | 150 | 0.38 | 0.66 |
| Hex | 88 | CA | A9 | 21 | 0 | 10 | 15 | 96 | 26 | 42 |
| Octal | 210 | 312 | 251 | 41 | 0 | 20 | 25 | 226 | 46 | 102 |
| Binary | 10001000 | 11001010 | 10101001 | 100001 | 0 | 10000 | 10101 | 10010110 | 100110 | 1000010 |
Color Harmonies of #88CAA9
Complementary color
Monochromatic Colors of #88CAA9
Black with #88CAA9
Text Example
Text Example
White with #88CAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CAA9; }
p { color: rgb(136,202,169); }
H1.HeaderClassName
{
color: #88CAA9;
}
.AnyTagClassName
{
color: #88CAA9;
}
</style>
background-color css
<style>
a { background-color: #88CAA9; }
a { background-color: rgb(136,202,169); }
div.DivClassName
{
background-color: #88CAA9;
}
.BgClassName
{
background-color: #88CAA9;
}
</style>
border-color css
<style>
span { border-color: #88CAA9; }
span { border-color: rgb(136,202,169); }
td.TdClassName
{
border-color: #88CAA9;
}
.TagClassName
{
border-color: #88CAA9;
}
</style>