Shades of Vista Blue #96DBB0
Tints of Vista Blue #96DBB0
RGB
CMYK
RGB Variations
Color information
#96DBB0 (or 0x96DBB0) is known color: Vista Blue. HEX triplet: 96, DB and B0. RGB value is (150,219,176). Sum of RGB (Red+Green+Blue) = 150+219+176=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DBB0 is #69244F. Grayscale: #C1C1C1. Windows color (decimal): -6890576 or 11590550. OLE color: 11590550.
HSL color Cylindrical-coordinate representation of color #96DBB0: hue angle of 142.61º 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 #96DBB0 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 176 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.14 |
| HSL | 142.61º | 0.49% | 0.72% | - |
| HSV(B) | 142.61º | 0.32% | 0.86% | - |
| XYZ | 45.75 | 60.28 | 50.3 | - |
| YUV | 193.47 | 118.14 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 176 | 0.32 | 0 | 0.20 | 0.14 | 142.61 | 0.49 | 0.72 |
| Hex | 96 | DB | B0 | 20 | 0 | 14 | E | 8F | 31 | 48 |
| Octal | 226 | 333 | 260 | 40 | 0 | 24 | 16 | 217 | 61 | 110 |
| Binary | 10010110 | 11011011 | 10110000 | 100000 | 0 | 10100 | 1110 | 10001111 | 110001 | 1001000 |
Color Harmonies of #96DBB0
Complementary color
Monochromatic Colors of #96DBB0
Black with #96DBB0
Text Example
Text Example
White with #96DBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DBB0; }
p { color: rgb(150,219,176); }
H1.HeaderClassName
{
color: #96DBB0;
}
.AnyTagClassName
{
color: #96DBB0;
}
</style>
background-color css
<style>
a { background-color: #96DBB0; }
a { background-color: rgb(150,219,176); }
div.DivClassName
{
background-color: #96DBB0;
}
.BgClassName
{
background-color: #96DBB0;
}
</style>
border-color css
<style>
span { border-color: #96DBB0; }
span { border-color: rgb(150,219,176); }
td.TdClassName
{
border-color: #96DBB0;
}
.TagClassName
{
border-color: #96DBB0;
}
</style>