Shades of Vista Blue #96CEAB
Tints of Vista Blue #96CEAB
RGB
CMYK
RGB Variations
Color information
#96CEAB (or 0x96CEAB) is known color: Vista Blue. HEX triplet: 96, CE and AB. RGB value is (150,206,171). Sum of RGB (Red+Green+Blue) = 150+206+171=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CEAB is #693154. Grayscale: #B9B9B9. Windows color (decimal): -6893909 or 11259542. OLE color: 11259542.
HSL color Cylindrical-coordinate representation of color #96CEAB: hue angle of 142.5º 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 #96CEAB is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 171 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.19 |
| HSL | 142.5º | 0.36% | 0.7% | - |
| HSV(B) | 142.5º | 0.27% | 0.81% | - |
| XYZ | 42 | 53.57 | 46.65 | - |
| YUV | 185.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 171 | 0.27 | 0 | 0.17 | 0.19 | 142.5 | 0.36 | 0.7 |
| Hex | 96 | CE | AB | 1B | 0 | 11 | 13 | 8E | 24 | 46 |
| Octal | 226 | 316 | 253 | 33 | 0 | 21 | 23 | 216 | 44 | 106 |
| Binary | 10010110 | 11001110 | 10101011 | 11011 | 0 | 10001 | 10011 | 10001110 | 100100 | 1000110 |
Color Harmonies of #96CEAB
Complementary color
Monochromatic Colors of #96CEAB
Black with #96CEAB
Text Example
Text Example
White with #96CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CEAB; }
p { color: rgb(150,206,171); }
H1.HeaderClassName
{
color: #96CEAB;
}
.AnyTagClassName
{
color: #96CEAB;
}
</style>
background-color css
<style>
a { background-color: #96CEAB; }
a { background-color: rgb(150,206,171); }
div.DivClassName
{
background-color: #96CEAB;
}
.BgClassName
{
background-color: #96CEAB;
}
</style>
border-color css
<style>
span { border-color: #96CEAB; }
span { border-color: rgb(150,206,171); }
td.TdClassName
{
border-color: #96CEAB;
}
.TagClassName
{
border-color: #96CEAB;
}
</style>