Shades of Vista Blue #96DCC1
Tints of Vista Blue #96DCC1
RGB
CMYK
RGB Variations
Color information
#96DCC1 (or 0x96DCC1) is known color: Vista Blue. HEX triplet: 96, DC and C1. RGB value is (150,220,193). Sum of RGB (Red+Green+Blue) = 150+220+193=563 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.64% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCC1 is #69233E. Grayscale: #C4C4C4. Windows color (decimal): -6890303 or 12704918. OLE color: 12704918.
HSL color Cylindrical-coordinate representation of color #96DCC1: hue angle of 156.86º 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 #96DCC1 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 193 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.14 |
| HSL | 156.86º | 0.5% | 0.73% | - |
| HSV(B) | 156.86º | 0.32% | 0.86% | - |
| XYZ | 47.8 | 61.52 | 59.81 | - |
| YUV | 195.99 | 126.31 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 193 | 0.32 | 0 | 0.12 | 0.14 | 156.86 | 0.5 | 0.73 |
| Hex | 96 | DC | C1 | 20 | 0 | C | E | 9D | 32 | 49 |
| Octal | 226 | 334 | 301 | 40 | 0 | 14 | 16 | 235 | 62 | 111 |
| Binary | 10010110 | 11011100 | 11000001 | 100000 | 0 | 1100 | 1110 | 10011101 | 110010 | 1001001 |
Color Harmonies of #96DCC1
Complementary color
Monochromatic Colors of #96DCC1
Black with #96DCC1
Text Example
Text Example
White with #96DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DCC1; }
p { color: rgb(150,220,193); }
H1.HeaderClassName
{
color: #96DCC1;
}
.AnyTagClassName
{
color: #96DCC1;
}
</style>
background-color css
<style>
a { background-color: #96DCC1; }
a { background-color: rgb(150,220,193); }
div.DivClassName
{
background-color: #96DCC1;
}
.BgClassName
{
background-color: #96DCC1;
}
</style>
border-color css
<style>
span { border-color: #96DCC1; }
span { border-color: rgb(150,220,193); }
td.TdClassName
{
border-color: #96DCC1;
}
.TagClassName
{
border-color: #96DCC1;
}
</style>