Shades of Vista Blue #88CDA6
Tints of Vista Blue #88CDA6
RGB
CMYK
RGB Variations
Color information
#88CDA6 (or 0x88CDA6) is known color: Vista Blue. HEX triplet: 88, CD and A6. RGB value is (136,205,166). Sum of RGB (Red+Green+Blue) = 136+205+166=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #88CDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CDA6 is #773259. Grayscale: #B4B4B4. Windows color (decimal): -7811674 or 10931592. OLE color: 10931592.
HSL color Cylindrical-coordinate representation of color #88CDA6: hue angle of 146.09º 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 #88CDA6 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 205 | 166 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.20 |
| HSL | 146.09º | 0.41% | 0.67% | - |
| HSV(B) | 146.09º | 0.34% | 0.8% | - |
| XYZ | 38.87 | 51.65 | 44 | - |
| YUV | 179.92 | 120.14 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 205 | 166 | 0.34 | 0 | 0.19 | 0.20 | 146.09 | 0.41 | 0.67 |
| Hex | 88 | CD | A6 | 22 | 0 | 13 | 14 | 92 | 29 | 43 |
| Octal | 210 | 315 | 246 | 42 | 0 | 23 | 24 | 222 | 51 | 103 |
| Binary | 10001000 | 11001101 | 10100110 | 100010 | 0 | 10011 | 10100 | 10010010 | 101001 | 1000011 |
Color Harmonies of #88CDA6
Complementary color
Monochromatic Colors of #88CDA6
Black with #88CDA6
Text Example
Text Example
White with #88CDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CDA6; }
p { color: rgb(136,205,166); }
H1.HeaderClassName
{
color: #88CDA6;
}
.AnyTagClassName
{
color: #88CDA6;
}
</style>
background-color css
<style>
a { background-color: #88CDA6; }
a { background-color: rgb(136,205,166); }
div.DivClassName
{
background-color: #88CDA6;
}
.BgClassName
{
background-color: #88CDA6;
}
</style>
border-color css
<style>
span { border-color: #88CDA6; }
span { border-color: rgb(136,205,166); }
td.TdClassName
{
border-color: #88CDA6;
}
.TagClassName
{
border-color: #88CDA6;
}
</style>