Shades of Vista Blue #96DBB5
Tints of Vista Blue #96DBB5
RGB
CMYK
RGB Variations
Color information
#96DBB5 (or 0x96DBB5) is known color: Vista Blue. HEX triplet: 96, DB and B5. RGB value is (150,219,181). Sum of RGB (Red+Green+Blue) = 150+219+181=550 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.27% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DBB5 is #69244A. Grayscale: #C2C2C2. Windows color (decimal): -6890571 or 11918230. OLE color: 11918230.
HSL color Cylindrical-coordinate representation of color #96DBB5: hue angle of 146.96º 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 #96DBB5 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 181 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.14 |
| HSL | 146.96º | 0.49% | 0.72% | - |
| HSV(B) | 146.96º | 0.32% | 0.86% | - |
| XYZ | 46.25 | 60.48 | 52.95 | - |
| YUV | 194.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 181 | 0.32 | 0 | 0.17 | 0.14 | 146.96 | 0.49 | 0.72 |
| Hex | 96 | DB | B5 | 20 | 0 | 11 | E | 93 | 31 | 48 |
| Octal | 226 | 333 | 265 | 40 | 0 | 21 | 16 | 223 | 61 | 110 |
| Binary | 10010110 | 11011011 | 10110101 | 100000 | 0 | 10001 | 1110 | 10010011 | 110001 | 1001000 |
Color Harmonies of #96DBB5
Complementary color
Monochromatic Colors of #96DBB5
Black with #96DBB5
Text Example
Text Example
White with #96DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DBB5; }
p { color: rgb(150,219,181); }
H1.HeaderClassName
{
color: #96DBB5;
}
.AnyTagClassName
{
color: #96DBB5;
}
</style>
background-color css
<style>
a { background-color: #96DBB5; }
a { background-color: rgb(150,219,181); }
div.DivClassName
{
background-color: #96DBB5;
}
.BgClassName
{
background-color: #96DBB5;
}
</style>
border-color css
<style>
span { border-color: #96DBB5; }
span { border-color: rgb(150,219,181); }
td.TdClassName
{
border-color: #96DBB5;
}
.TagClassName
{
border-color: #96DBB5;
}
</style>