Shades of Vista Blue #88CDAE
Tints of Vista Blue #88CDAE
RGB
CMYK
RGB Variations
Color information
#88CDAE (or 0x88CDAE) is known color: Vista Blue. HEX triplet: 88, CD and AE. RGB value is (136,205,174). Sum of RGB (Red+Green+Blue) = 136+205+174=515 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.41% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #88CDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CDAE is #773251. Grayscale: #B4B4B4. Windows color (decimal): -7811666 or 11455880. OLE color: 11455880.
HSL color Cylindrical-coordinate representation of color #88CDAE: hue angle of 153.04º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CDAE is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 205 | 174 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.20 |
| HSL | 153.04º | 0.41% | 0.67% | - |
| HSV(B) | 153.04º | 0.34% | 0.8% | - |
| XYZ | 39.62 | 51.95 | 47.98 | - |
| YUV | 180.84 | 124.14 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 205 | 174 | 0.34 | 0 | 0.15 | 0.20 | 153.04 | 0.41 | 0.67 |
| Hex | 88 | CD | AE | 22 | 0 | F | 14 | 99 | 29 | 43 |
| Octal | 210 | 315 | 256 | 42 | 0 | 17 | 24 | 231 | 51 | 103 |
| Binary | 10001000 | 11001101 | 10101110 | 100010 | 0 | 1111 | 10100 | 10011001 | 101001 | 1000011 |
Color Harmonies of #88CDAE
Complementary color
Monochromatic Colors of #88CDAE
Black with #88CDAE
Text Example
Text Example
White with #88CDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CDAE; }
p { color: rgb(136,205,174); }
H1.HeaderClassName
{
color: #88CDAE;
}
.AnyTagClassName
{
color: #88CDAE;
}
</style>
background-color css
<style>
a { background-color: #88CDAE; }
a { background-color: rgb(136,205,174); }
div.DivClassName
{
background-color: #88CDAE;
}
.BgClassName
{
background-color: #88CDAE;
}
</style>
border-color css
<style>
span { border-color: #88CDAE; }
span { border-color: rgb(136,205,174); }
td.TdClassName
{
border-color: #88CDAE;
}
.TagClassName
{
border-color: #88CDAE;
}
</style>