Shades of Vista Blue #88DFB5
Tints of Vista Blue #88DFB5
RGB
CMYK
RGB Variations
Color information
#88DFB5 (or 0x88DFB5) is known color: Vista Blue. HEX triplet: 88, DF and B5. RGB value is (136,223,181). Sum of RGB (Red+Green+Blue) = 136+223+181=540 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.19% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #88DFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DFB5 is #77204A. Grayscale: #C0C0C0. Windows color (decimal): -7807051 or 11919240. OLE color: 11919240.
HSL color Cylindrical-coordinate representation of color #88DFB5: hue angle of 151.03º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88DFB5 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 223 | 181 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.13 |
| HSL | 151.03º | 0.58% | 0.7% | - |
| HSV(B) | 151.03º | 0.39% | 0.87% | - |
| XYZ | 44.88 | 61.35 | 53.19 | - |
| YUV | 192.2 | 121.68 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 223 | 181 | 0.39 | 0 | 0.19 | 0.13 | 151.03 | 0.58 | 0.7 |
| Hex | 88 | DF | B5 | 27 | 0 | 13 | D | 97 | 3A | 46 |
| Octal | 210 | 337 | 265 | 47 | 0 | 23 | 15 | 227 | 72 | 106 |
| Binary | 10001000 | 11011111 | 10110101 | 100111 | 0 | 10011 | 1101 | 10010111 | 111010 | 1000110 |
Color Harmonies of #88DFB5
Complementary color
Monochromatic Colors of #88DFB5
Black with #88DFB5
Text Example
Text Example
White with #88DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DFB5; }
p { color: rgb(136,223,181); }
H1.HeaderClassName
{
color: #88DFB5;
}
.AnyTagClassName
{
color: #88DFB5;
}
</style>
background-color css
<style>
a { background-color: #88DFB5; }
a { background-color: rgb(136,223,181); }
div.DivClassName
{
background-color: #88DFB5;
}
.BgClassName
{
background-color: #88DFB5;
}
</style>
border-color css
<style>
span { border-color: #88DFB5; }
span { border-color: rgb(136,223,181); }
td.TdClassName
{
border-color: #88DFB5;
}
.TagClassName
{
border-color: #88DFB5;
}
</style>