Shades of Vista Blue #88F3B2
Tints of Vista Blue #88F3B2
RGB
CMYK
RGB Variations
Color information
#88F3B2 (or 0x88F3B2) is known color: Vista Blue. HEX triplet: 88, F3 and B2. RGB value is (136,243,178). Sum of RGB (Red+Green+Blue) = 136+243+178=557 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.42% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #88F3B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88F3B2 is #770C4D. Grayscale: #CBCBCB. Windows color (decimal): -7801934 or 11727752. OLE color: 11727752.
HSL color Cylindrical-coordinate representation of color #88F3B2: hue angle of 143.55º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88F3B2 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 243 | 178 | - |
| CMYK | 0.44 | 0 | 0.27 | 0.05 |
| HSL | 143.55º | 0.82% | 0.74% | - |
| HSV(B) | 143.55º | 0.44% | 0.95% | - |
| XYZ | 50.24 | 72.55 | 53.48 | - |
| YUV | 203.6 | 113.55 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 243 | 178 | 0.44 | 0 | 0.27 | 0.05 | 143.55 | 0.82 | 0.74 |
| Hex | 88 | F3 | B2 | 2C | 0 | 1B | 5 | 90 | 52 | 4A |
| Octal | 210 | 363 | 262 | 54 | 0 | 33 | 5 | 220 | 122 | 112 |
| Binary | 10001000 | 11110011 | 10110010 | 101100 | 0 | 11011 | 101 | 10010000 | 1010010 | 1001010 |
Color Harmonies of #88F3B2
Complementary color
Monochromatic Colors of #88F3B2
Black with #88F3B2
Text Example
Text Example
White with #88F3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F3B2; }
p { color: rgb(136,243,178); }
H1.HeaderClassName
{
color: #88F3B2;
}
.AnyTagClassName
{
color: #88F3B2;
}
</style>
background-color css
<style>
a { background-color: #88F3B2; }
a { background-color: rgb(136,243,178); }
div.DivClassName
{
background-color: #88F3B2;
}
.BgClassName
{
background-color: #88F3B2;
}
</style>
border-color css
<style>
span { border-color: #88F3B2; }
span { border-color: rgb(136,243,178); }
td.TdClassName
{
border-color: #88F3B2;
}
.TagClassName
{
border-color: #88F3B2;
}
</style>