Shades of Vista Blue #96DCB5
Tints of Vista Blue #96DCB5
RGB
CMYK
RGB Variations
Color information
#96DCB5 (or 0x96DCB5) is known color: Vista Blue. HEX triplet: 96, DC and B5. RGB value is (150,220,181). Sum of RGB (Red+Green+Blue) = 150+220+181=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCB5 is #69234A. Grayscale: #C2C2C2. Windows color (decimal): -6890315 or 11918486. OLE color: 11918486.
HSL color Cylindrical-coordinate representation of color #96DCB5: hue angle of 146.57º 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 #96DCB5 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 181 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.14 |
| HSL | 146.57º | 0.5% | 0.73% | - |
| HSV(B) | 146.57º | 0.32% | 0.86% | - |
| XYZ | 46.51 | 61.01 | 53.04 | - |
| YUV | 194.62 | 120.31 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 181 | 0.32 | 0 | 0.18 | 0.14 | 146.57 | 0.5 | 0.73 |
| Hex | 96 | DC | B5 | 20 | 0 | 12 | E | 93 | 32 | 49 |
| Octal | 226 | 334 | 265 | 40 | 0 | 22 | 16 | 223 | 62 | 111 |
| Binary | 10010110 | 11011100 | 10110101 | 100000 | 0 | 10010 | 1110 | 10010011 | 110010 | 1001001 |
Color Harmonies of #96DCB5
Complementary color
Monochromatic Colors of #96DCB5
Black with #96DCB5
Text Example
Text Example
White with #96DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DCB5; }
p { color: rgb(150,220,181); }
H1.HeaderClassName
{
color: #96DCB5;
}
.AnyTagClassName
{
color: #96DCB5;
}
</style>
background-color css
<style>
a { background-color: #96DCB5; }
a { background-color: rgb(150,220,181); }
div.DivClassName
{
background-color: #96DCB5;
}
.BgClassName
{
background-color: #96DCB5;
}
</style>
border-color css
<style>
span { border-color: #96DCB5; }
span { border-color: rgb(150,220,181); }
td.TdClassName
{
border-color: #96DCB5;
}
.TagClassName
{
border-color: #96DCB5;
}
</style>