Shades of Vista Blue #88F6B0
Tints of Vista Blue #88F6B0
RGB
CMYK
RGB Variations
Color information
#88F6B0 (or 0x88F6B0) is known color: Vista Blue. HEX triplet: 88, F6 and B0. RGB value is (136,246,176). Sum of RGB (Red+Green+Blue) = 136+246+176=558 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.37% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #88F6B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88F6B0 is #77094F. Grayscale: #CDCDCD. Windows color (decimal): -7801168 or 11597448. OLE color: 11597448.
HSL color Cylindrical-coordinate representation of color #88F6B0: hue angle of 141.82º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88F6B0 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 246 | 176 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.04 |
| HSL | 141.82º | 0.86% | 0.75% | - |
| HSV(B) | 141.82º | 0.45% | 0.96% | - |
| XYZ | 50.95 | 74.28 | 52.73 | - |
| YUV | 205.13 | 111.56 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 246 | 176 | 0.45 | 0 | 0.28 | 0.04 | 141.82 | 0.86 | 0.75 |
| Hex | 88 | F6 | B0 | 2D | 0 | 1C | 4 | 8E | 56 | 4B |
| Octal | 210 | 366 | 260 | 55 | 0 | 34 | 4 | 216 | 126 | 113 |
| Binary | 10001000 | 11110110 | 10110000 | 101101 | 0 | 11100 | 100 | 10001110 | 1010110 | 1001011 |
Color Harmonies of #88F6B0
Complementary color
Monochromatic Colors of #88F6B0
Black with #88F6B0
Text Example
Text Example
White with #88F6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F6B0; }
p { color: rgb(136,246,176); }
H1.HeaderClassName
{
color: #88F6B0;
}
.AnyTagClassName
{
color: #88F6B0;
}
</style>
background-color css
<style>
a { background-color: #88F6B0; }
a { background-color: rgb(136,246,176); }
div.DivClassName
{
background-color: #88F6B0;
}
.BgClassName
{
background-color: #88F6B0;
}
</style>
border-color css
<style>
span { border-color: #88F6B0; }
span { border-color: rgb(136,246,176); }
td.TdClassName
{
border-color: #88F6B0;
}
.TagClassName
{
border-color: #88F6B0;
}
</style>