Shades of Vista Blue #96DBBC
Tints of Vista Blue #96DBBC
RGB
CMYK
RGB Variations
Color information
#96DBBC (or 0x96DBBC) is known color: Vista Blue. HEX triplet: 96, DB and BC. RGB value is (150,219,188). Sum of RGB (Red+Green+Blue) = 150+219+188=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DBBC is #692443. Grayscale: #C2C2C2. Windows color (decimal): -6890564 or 12376982. OLE color: 12376982.
HSL color Cylindrical-coordinate representation of color #96DBBC: hue angle of 153.04º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DBBC is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 188 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.14 |
| HSL | 153.04º | 0.49% | 0.72% | - |
| HSV(B) | 153.04º | 0.32% | 0.86% | - |
| XYZ | 46.99 | 60.78 | 56.83 | - |
| YUV | 194.84 | 124.14 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 188 | 0.32 | 0 | 0.14 | 0.14 | 153.04 | 0.49 | 0.72 |
| Hex | 96 | DB | BC | 20 | 0 | E | E | 99 | 31 | 48 |
| Octal | 226 | 333 | 274 | 40 | 0 | 16 | 16 | 231 | 61 | 110 |
| Binary | 10010110 | 11011011 | 10111100 | 100000 | 0 | 1110 | 1110 | 10011001 | 110001 | 1001000 |
Color Harmonies of #96DBBC
Complementary color
Monochromatic Colors of #96DBBC
Black with #96DBBC
Text Example
Text Example
White with #96DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DBBC; }
p { color: rgb(150,219,188); }
H1.HeaderClassName
{
color: #96DBBC;
}
.AnyTagClassName
{
color: #96DBBC;
}
</style>
background-color css
<style>
a { background-color: #96DBBC; }
a { background-color: rgb(150,219,188); }
div.DivClassName
{
background-color: #96DBBC;
}
.BgClassName
{
background-color: #96DBBC;
}
</style>
border-color css
<style>
span { border-color: #96DBBC; }
span { border-color: rgb(150,219,188); }
td.TdClassName
{
border-color: #96DBBC;
}
.TagClassName
{
border-color: #96DBBC;
}
</style>