Shades of Vista Blue #88CEAB
Tints of Vista Blue #88CEAB
RGB
CMYK
RGB Variations
Color information
#88CEAB (or 0x88CEAB) is known color: Vista Blue. HEX triplet: 88, CE and AB. RGB value is (136,206,171). Sum of RGB (Red+Green+Blue) = 136+206+171=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #88CEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CEAB is #773154. Grayscale: #B5B5B5. Windows color (decimal): -7811413 or 11259528. OLE color: 11259528.
HSL color Cylindrical-coordinate representation of color #88CEAB: hue angle of 150º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CEAB is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 206 | 171 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.19 |
| HSL | 150º | 0.42% | 0.67% | - |
| HSV(B) | 150º | 0.34% | 0.81% | - |
| XYZ | 39.58 | 52.32 | 46.54 | - |
| YUV | 181.08 | 122.31 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 206 | 171 | 0.34 | 0 | 0.17 | 0.19 | 150 | 0.42 | 0.67 |
| Hex | 88 | CE | AB | 22 | 0 | 11 | 13 | 96 | 2A | 43 |
| Octal | 210 | 316 | 253 | 42 | 0 | 21 | 23 | 226 | 52 | 103 |
| Binary | 10001000 | 11001110 | 10101011 | 100010 | 0 | 10001 | 10011 | 10010110 | 101010 | 1000011 |
Color Harmonies of #88CEAB
Complementary color
Monochromatic Colors of #88CEAB
Black with #88CEAB
Text Example
Text Example
White with #88CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CEAB; }
p { color: rgb(136,206,171); }
H1.HeaderClassName
{
color: #88CEAB;
}
.AnyTagClassName
{
color: #88CEAB;
}
</style>
background-color css
<style>
a { background-color: #88CEAB; }
a { background-color: rgb(136,206,171); }
div.DivClassName
{
background-color: #88CEAB;
}
.BgClassName
{
background-color: #88CEAB;
}
</style>
border-color css
<style>
span { border-color: #88CEAB; }
span { border-color: rgb(136,206,171); }
td.TdClassName
{
border-color: #88CEAB;
}
.TagClassName
{
border-color: #88CEAB;
}
</style>