Shades of Vista Blue #96D1B5
Tints of Vista Blue #96D1B5
RGB
CMYK
RGB Variations
Color information
#96D1B5 (or 0x96D1B5) is known color: Vista Blue. HEX triplet: 96, D1 and B5. RGB value is (150,209,181). Sum of RGB (Red+Green+Blue) = 150+209+181=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 209 - color contains mainly: green. Hex color #96D1B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D1B5 is #692E4A. Grayscale: #BCBCBC. Windows color (decimal): -6893131 or 11915670. OLE color: 11915670.
HSL color Cylindrical-coordinate representation of color #96D1B5: hue angle of 151.53º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96D1B5 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 209 | 181 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.18 |
| HSL | 151.53º | 0.39% | 0.7% | - |
| HSV(B) | 151.53º | 0.28% | 0.82% | - |
| XYZ | 43.72 | 55.42 | 52.11 | - |
| YUV | 188.17 | 123.95 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 209 | 181 | 0.28 | 0 | 0.13 | 0.18 | 151.53 | 0.39 | 0.7 |
| Hex | 96 | D1 | B5 | 1C | 0 | D | 12 | 98 | 27 | 46 |
| Octal | 226 | 321 | 265 | 34 | 0 | 15 | 22 | 230 | 47 | 106 |
| Binary | 10010110 | 11010001 | 10110101 | 11100 | 0 | 1101 | 10010 | 10011000 | 100111 | 1000110 |
Color Harmonies of #96D1B5
Complementary color
Monochromatic Colors of #96D1B5
Black with #96D1B5
Text Example
Text Example
White with #96D1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D1B5; }
p { color: rgb(150,209,181); }
H1.HeaderClassName
{
color: #96D1B5;
}
.AnyTagClassName
{
color: #96D1B5;
}
</style>
background-color css
<style>
a { background-color: #96D1B5; }
a { background-color: rgb(150,209,181); }
div.DivClassName
{
background-color: #96D1B5;
}
.BgClassName
{
background-color: #96D1B5;
}
</style>
border-color css
<style>
span { border-color: #96D1B5; }
span { border-color: rgb(150,209,181); }
td.TdClassName
{
border-color: #96D1B5;
}
.TagClassName
{
border-color: #96D1B5;
}
</style>