Shades of Vista Blue #88DCB2
Tints of Vista Blue #88DCB2
RGB
CMYK
RGB Variations
Color information
#88DCB2 (or 0x88DCB2) is known color: Vista Blue. HEX triplet: 88, DC and B2. RGB value is (136,220,178). Sum of RGB (Red+Green+Blue) = 136+220+178=534 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.47% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DCB2 is #77234D. Grayscale: #BEBEBE. Windows color (decimal): -7807822 or 11721864. OLE color: 11721864.
HSL color Cylindrical-coordinate representation of color #88DCB2: hue angle of 150º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DCB2 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 220 | 178 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.14 |
| HSL | 150º | 0.55% | 0.7% | - |
| HSV(B) | 150º | 0.38% | 0.86% | - |
| XYZ | 43.78 | 59.63 | 51.32 | - |
| YUV | 190.1 | 121.17 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 178 | 0.38 | 0 | 0.19 | 0.14 | 150 | 0.55 | 0.7 |
| Hex | 88 | DC | B2 | 26 | 0 | 13 | E | 96 | 37 | 46 |
| Octal | 210 | 334 | 262 | 46 | 0 | 23 | 16 | 226 | 67 | 106 |
| Binary | 10001000 | 11011100 | 10110010 | 100110 | 0 | 10011 | 1110 | 10010110 | 110111 | 1000110 |
Color Harmonies of #88DCB2
Complementary color
Monochromatic Colors of #88DCB2
Black with #88DCB2
Text Example
Text Example
White with #88DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DCB2; }
p { color: rgb(136,220,178); }
H1.HeaderClassName
{
color: #88DCB2;
}
.AnyTagClassName
{
color: #88DCB2;
}
</style>
background-color css
<style>
a { background-color: #88DCB2; }
a { background-color: rgb(136,220,178); }
div.DivClassName
{
background-color: #88DCB2;
}
.BgClassName
{
background-color: #88DCB2;
}
</style>
border-color css
<style>
span { border-color: #88DCB2; }
span { border-color: rgb(136,220,178); }
td.TdClassName
{
border-color: #88DCB2;
}
.TagClassName
{
border-color: #88DCB2;
}
</style>