Shades of Vista Blue #96D3B5
Tints of Vista Blue #96D3B5
RGB
CMYK
RGB Variations
Color information
#96D3B5 (or 0x96D3B5) is known color: Vista Blue. HEX triplet: 96, D3 and B5. RGB value is (150,211,181). Sum of RGB (Red+Green+Blue) = 150+211+181=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 211 - color contains mainly: green. Hex color #96D3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D3B5 is #692C4A. Grayscale: #BDBDBD. Windows color (decimal): -6892619 or 11916182. OLE color: 11916182.
HSL color Cylindrical-coordinate representation of color #96D3B5: hue angle of 150.49º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D3B5 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 211 | 181 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.17 |
| HSL | 150.49º | 0.41% | 0.71% | - |
| HSV(B) | 150.49º | 0.29% | 0.83% | - |
| XYZ | 44.21 | 56.41 | 52.27 | - |
| YUV | 189.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 211 | 181 | 0.29 | 0 | 0.14 | 0.17 | 150.49 | 0.41 | 0.71 |
| Hex | 96 | D3 | B5 | 1D | 0 | E | 11 | 96 | 29 | 47 |
| Octal | 226 | 323 | 265 | 35 | 0 | 16 | 21 | 226 | 51 | 107 |
| Binary | 10010110 | 11010011 | 10110101 | 11101 | 0 | 1110 | 10001 | 10010110 | 101001 | 1000111 |
Color Harmonies of #96D3B5
Complementary color
Monochromatic Colors of #96D3B5
Black with #96D3B5
Text Example
Text Example
White with #96D3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D3B5; }
p { color: rgb(150,211,181); }
H1.HeaderClassName
{
color: #96D3B5;
}
.AnyTagClassName
{
color: #96D3B5;
}
</style>
background-color css
<style>
a { background-color: #96D3B5; }
a { background-color: rgb(150,211,181); }
div.DivClassName
{
background-color: #96D3B5;
}
.BgClassName
{
background-color: #96D3B5;
}
</style>
border-color css
<style>
span { border-color: #96D3B5; }
span { border-color: rgb(150,211,181); }
td.TdClassName
{
border-color: #96D3B5;
}
.TagClassName
{
border-color: #96D3B5;
}
</style>