Shades of Vista Blue #88CAA6
Tints of Vista Blue #88CAA6
RGB
CMYK
RGB Variations
Color information
#88CAA6 (or 0x88CAA6) is known color: Vista Blue. HEX triplet: 88, CA and A6. RGB value is (136,202,166). Sum of RGB (Red+Green+Blue) = 136+202+166=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #88CAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CAA6 is #773559. Grayscale: #B2B2B2. Windows color (decimal): -7812442 or 10930824. OLE color: 10930824.
HSL color Cylindrical-coordinate representation of color #88CAA6: hue angle of 147.27º 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 #88CAA6 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 166 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.21 |
| HSL | 147.27º | 0.38% | 0.66% | - |
| HSV(B) | 147.27º | 0.33% | 0.79% | - |
| XYZ | 38.16 | 50.23 | 43.76 | - |
| YUV | 178.16 | 121.13 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 166 | 0.33 | 0 | 0.18 | 0.21 | 147.27 | 0.38 | 0.66 |
| Hex | 88 | CA | A6 | 21 | 0 | 12 | 15 | 93 | 26 | 42 |
| Octal | 210 | 312 | 246 | 41 | 0 | 22 | 25 | 223 | 46 | 102 |
| Binary | 10001000 | 11001010 | 10100110 | 100001 | 0 | 10010 | 10101 | 10010011 | 100110 | 1000010 |
Color Harmonies of #88CAA6
Complementary color
Monochromatic Colors of #88CAA6
Black with #88CAA6
Text Example
Text Example
White with #88CAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CAA6; }
p { color: rgb(136,202,166); }
H1.HeaderClassName
{
color: #88CAA6;
}
.AnyTagClassName
{
color: #88CAA6;
}
</style>
background-color css
<style>
a { background-color: #88CAA6; }
a { background-color: rgb(136,202,166); }
div.DivClassName
{
background-color: #88CAA6;
}
.BgClassName
{
background-color: #88CAA6;
}
</style>
border-color css
<style>
span { border-color: #88CAA6; }
span { border-color: rgb(136,202,166); }
td.TdClassName
{
border-color: #88CAA6;
}
.TagClassName
{
border-color: #88CAA6;
}
</style>