Shades of Vista Blue #88CEAC
Tints of Vista Blue #88CEAC
RGB
CMYK
RGB Variations
Color information
#88CEAC (or 0x88CEAC) is known color: Vista Blue. HEX triplet: 88, CE and AC. RGB value is (136,206,172). Sum of RGB (Red+Green+Blue) = 136+206+172=514 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.46% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #88CEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CEAC is #773153. Grayscale: #B5B5B5. Windows color (decimal): -7811412 or 11325064. OLE color: 11325064.
HSL color Cylindrical-coordinate representation of color #88CEAC: hue angle of 150.86º 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 #88CEAC is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 206 | 172 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.19 |
| HSL | 150.86º | 0.42% | 0.67% | - |
| HSV(B) | 150.86º | 0.34% | 0.81% | - |
| XYZ | 39.67 | 52.36 | 47.04 | - |
| YUV | 181.19 | 122.81 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 206 | 172 | 0.34 | 0 | 0.17 | 0.19 | 150.86 | 0.42 | 0.67 |
| Hex | 88 | CE | AC | 22 | 0 | 11 | 13 | 97 | 2A | 43 |
| Octal | 210 | 316 | 254 | 42 | 0 | 21 | 23 | 227 | 52 | 103 |
| Binary | 10001000 | 11001110 | 10101100 | 100010 | 0 | 10001 | 10011 | 10010111 | 101010 | 1000011 |
Color Harmonies of #88CEAC
Complementary color
Monochromatic Colors of #88CEAC
Black with #88CEAC
Text Example
Text Example
White with #88CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CEAC; }
p { color: rgb(136,206,172); }
H1.HeaderClassName
{
color: #88CEAC;
}
.AnyTagClassName
{
color: #88CEAC;
}
</style>
background-color css
<style>
a { background-color: #88CEAC; }
a { background-color: rgb(136,206,172); }
div.DivClassName
{
background-color: #88CEAC;
}
.BgClassName
{
background-color: #88CEAC;
}
</style>
border-color css
<style>
span { border-color: #88CEAC; }
span { border-color: rgb(136,206,172); }
td.TdClassName
{
border-color: #88CEAC;
}
.TagClassName
{
border-color: #88CEAC;
}
</style>