Shades of Vista Blue #96DCB0
Tints of Vista Blue #96DCB0
RGB
CMYK
RGB Variations
Color information
#96DCB0 (or 0x96DCB0) is known color: Vista Blue. HEX triplet: 96, DC and B0. RGB value is (150,220,176). Sum of RGB (Red+Green+Blue) = 150+220+176=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DCB0 is #69234F. Grayscale: #C2C2C2. Windows color (decimal): -6890320 or 11590806. OLE color: 11590806.
HSL color Cylindrical-coordinate representation of color #96DCB0: hue angle of 142.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DCB0 is Cyan = 0.32, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 176 | - |
| CMYK | 0.32 | 0 | 0.2 | 0.14 |
| HSL | 142.29º | 0.5% | 0.73% | - |
| HSV(B) | 142.29º | 0.32% | 0.86% | - |
| XYZ | 46.01 | 60.81 | 50.39 | - |
| YUV | 194.05 | 117.81 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 176 | 0.32 | 0 | 0.2 | 0.14 | 142.29 | 0.5 | 0.73 |
| Hex | 96 | DC | B0 | 20 | 0 | 14 | E | 8E | 32 | 49 |
| Octal | 226 | 334 | 260 | 40 | 0 | 24 | 16 | 216 | 62 | 111 |
| Binary | 10010110 | 11011100 | 10110000 | 100000 | 0 | 10100 | 1110 | 10001110 | 110010 | 1001001 |
Color Harmonies of #96DCB0
Complementary color
Monochromatic Colors of #96DCB0
Black with #96DCB0
Text Example
Text Example
White with #96DCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DCB0; }
p { color: rgb(150,220,176); }
H1.HeaderClassName
{
color: #96DCB0;
}
.AnyTagClassName
{
color: #96DCB0;
}
</style>
background-color css
<style>
a { background-color: #96DCB0; }
a { background-color: rgb(150,220,176); }
div.DivClassName
{
background-color: #96DCB0;
}
.BgClassName
{
background-color: #96DCB0;
}
</style>
border-color css
<style>
span { border-color: #96DCB0; }
span { border-color: rgb(150,220,176); }
td.TdClassName
{
border-color: #96DCB0;
}
.TagClassName
{
border-color: #96DCB0;
}
</style>