Shades of Vista Blue #96C6B0
Tints of Vista Blue #96C6B0
RGB
CMYK
RGB Variations
Color information
#96C6B0 (or 0x96C6B0) is known color: Vista Blue. HEX triplet: 96, C6 and B0. RGB value is (150,198,176). Sum of RGB (Red+Green+Blue) = 150+198+176=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 198 - color contains mainly: green. Hex color #96C6B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C6B0 is #69394F. Grayscale: #B5B5B5. Windows color (decimal): -6895952 or 11585174. OLE color: 11585174.
HSL color Cylindrical-coordinate representation of color #96C6B0: hue angle of 152.5º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96C6B0 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 198 | 176 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.22 |
| HSL | 152.5º | 0.3% | 0.68% | - |
| HSV(B) | 152.5º | 0.24% | 0.78% | - |
| XYZ | 40.61 | 50.01 | 48.59 | - |
| YUV | 181.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 198 | 176 | 0.24 | 0 | 0.11 | 0.22 | 152.5 | 0.3 | 0.68 |
| Hex | 96 | C6 | B0 | 18 | 0 | B | 16 | 98 | 1E | 44 |
| Octal | 226 | 306 | 260 | 30 | 0 | 13 | 26 | 230 | 36 | 104 |
| Binary | 10010110 | 11000110 | 10110000 | 11000 | 0 | 1011 | 10110 | 10011000 | 11110 | 1000100 |
Color Harmonies of #96C6B0
Complementary color
Monochromatic Colors of #96C6B0
Black with #96C6B0
Text Example
Text Example
White with #96C6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C6B0; }
p { color: rgb(150,198,176); }
H1.HeaderClassName
{
color: #96C6B0;
}
.AnyTagClassName
{
color: #96C6B0;
}
</style>
background-color css
<style>
a { background-color: #96C6B0; }
a { background-color: rgb(150,198,176); }
div.DivClassName
{
background-color: #96C6B0;
}
.BgClassName
{
background-color: #96C6B0;
}
</style>
border-color css
<style>
span { border-color: #96C6B0; }
span { border-color: rgb(150,198,176); }
td.TdClassName
{
border-color: #96C6B0;
}
.TagClassName
{
border-color: #96C6B0;
}
</style>