Shades of Vista Blue #88CDA4
Tints of Vista Blue #88CDA4
RGB
CMYK
RGB Variations
Color information
#88CDA4 (or 0x88CDA4) is known color: Vista Blue. HEX triplet: 88, CD and A4. RGB value is (136,205,164). Sum of RGB (Red+Green+Blue) = 136+205+164=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #88CDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CDA4 is #77325B. Grayscale: #B3B3B3. Windows color (decimal): -7811676 or 10800520. OLE color: 10800520.
HSL color Cylindrical-coordinate representation of color #88CDA4: hue angle of 144.35º 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 #88CDA4 is Cyan = 0.34, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 205 | 164 | - |
| CMYK | 0.34 | 0 | 0.2 | 0.20 |
| HSL | 144.35º | 0.41% | 0.67% | - |
| HSV(B) | 144.35º | 0.34% | 0.8% | - |
| XYZ | 38.69 | 51.58 | 43.04 | - |
| YUV | 179.7 | 119.14 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 205 | 164 | 0.34 | 0 | 0.2 | 0.20 | 144.35 | 0.41 | 0.67 |
| Hex | 88 | CD | A4 | 22 | 0 | 14 | 14 | 90 | 29 | 43 |
| Octal | 210 | 315 | 244 | 42 | 0 | 24 | 24 | 220 | 51 | 103 |
| Binary | 10001000 | 11001101 | 10100100 | 100010 | 0 | 10100 | 10100 | 10010000 | 101001 | 1000011 |
Color Harmonies of #88CDA4
Complementary color
Monochromatic Colors of #88CDA4
Black with #88CDA4
Text Example
Text Example
White with #88CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CDA4; }
p { color: rgb(136,205,164); }
H1.HeaderClassName
{
color: #88CDA4;
}
.AnyTagClassName
{
color: #88CDA4;
}
</style>
background-color css
<style>
a { background-color: #88CDA4; }
a { background-color: rgb(136,205,164); }
div.DivClassName
{
background-color: #88CDA4;
}
.BgClassName
{
background-color: #88CDA4;
}
</style>
border-color css
<style>
span { border-color: #88CDA4; }
span { border-color: rgb(136,205,164); }
td.TdClassName
{
border-color: #88CDA4;
}
.TagClassName
{
border-color: #88CDA4;
}
</style>