Shades of Vista Blue #96DEB6
Tints of Vista Blue #96DEB6
RGB
CMYK
RGB Variations
Color information
#96DEB6 (or 0x96DEB6) is known color: Vista Blue. HEX triplet: 96, DE and B6. RGB value is (150,222,182). Sum of RGB (Red+Green+Blue) = 150+222+182=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 182 (71.48% from 255 or 32.85% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #96DEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DEB6 is #692149. Grayscale: #C4C4C4. Windows color (decimal): -6889802 or 11984534. OLE color: 11984534.
HSL color Cylindrical-coordinate representation of color #96DEB6: hue angle of 146.67º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DEB6 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 222 | 182 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.13 |
| HSL | 146.67º | 0.52% | 0.73% | - |
| HSV(B) | 146.67º | 0.32% | 0.87% | - |
| XYZ | 47.14 | 62.1 | 53.76 | - |
| YUV | 195.91 | 120.15 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 222 | 182 | 0.32 | 0 | 0.18 | 0.13 | 146.67 | 0.52 | 0.73 |
| Hex | 96 | DE | B6 | 20 | 0 | 12 | D | 93 | 34 | 49 |
| Octal | 226 | 336 | 266 | 40 | 0 | 22 | 15 | 223 | 64 | 111 |
| Binary | 10010110 | 11011110 | 10110110 | 100000 | 0 | 10010 | 1101 | 10010011 | 110100 | 1001001 |
Color Harmonies of #96DEB6
Complementary color
Monochromatic Colors of #96DEB6
Black with #96DEB6
Text Example
Text Example
White with #96DEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DEB6; }
p { color: rgb(150,222,182); }
H1.HeaderClassName
{
color: #96DEB6;
}
.AnyTagClassName
{
color: #96DEB6;
}
</style>
background-color css
<style>
a { background-color: #96DEB6; }
a { background-color: rgb(150,222,182); }
div.DivClassName
{
background-color: #96DEB6;
}
.BgClassName
{
background-color: #96DEB6;
}
</style>
border-color css
<style>
span { border-color: #96DEB6; }
span { border-color: rgb(150,222,182); }
td.TdClassName
{
border-color: #96DEB6;
}
.TagClassName
{
border-color: #96DEB6;
}
</style>