Shades of Vista Blue #96CEB1
Tints of Vista Blue #96CEB1
RGB
CMYK
RGB Variations
Color information
#96CEB1 (or 0x96CEB1) is known color: Vista Blue. HEX triplet: 96, CE and B1. RGB value is (150,206,177). Sum of RGB (Red+Green+Blue) = 150+206+177=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 177 (69.53% from 255 or 33.21% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CEB1 is #69314E. Grayscale: #BABABA. Windows color (decimal): -6893903 or 11652758. OLE color: 11652758.
HSL color Cylindrical-coordinate representation of color #96CEB1: hue angle of 148.93º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CEB1 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 177 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.19 |
| HSL | 148.93º | 0.36% | 0.7% | - |
| HSV(B) | 148.93º | 0.27% | 0.81% | - |
| XYZ | 42.58 | 53.8 | 49.74 | - |
| YUV | 185.95 | 122.95 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 177 | 0.27 | 0 | 0.14 | 0.19 | 148.93 | 0.36 | 0.7 |
| Hex | 96 | CE | B1 | 1B | 0 | E | 13 | 95 | 24 | 46 |
| Octal | 226 | 316 | 261 | 33 | 0 | 16 | 23 | 225 | 44 | 106 |
| Binary | 10010110 | 11001110 | 10110001 | 11011 | 0 | 1110 | 10011 | 10010101 | 100100 | 1000110 |
Color Harmonies of #96CEB1
Complementary color
Monochromatic Colors of #96CEB1
Black with #96CEB1
Text Example
Text Example
White with #96CEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CEB1; }
p { color: rgb(150,206,177); }
H1.HeaderClassName
{
color: #96CEB1;
}
.AnyTagClassName
{
color: #96CEB1;
}
</style>
background-color css
<style>
a { background-color: #96CEB1; }
a { background-color: rgb(150,206,177); }
div.DivClassName
{
background-color: #96CEB1;
}
.BgClassName
{
background-color: #96CEB1;
}
</style>
border-color css
<style>
span { border-color: #96CEB1; }
span { border-color: rgb(150,206,177); }
td.TdClassName
{
border-color: #96CEB1;
}
.TagClassName
{
border-color: #96CEB1;
}
</style>