Shades of Vista Blue #96DEBE
Tints of Vista Blue #96DEBE
RGB
CMYK
RGB Variations
Color information
#96DEBE (or 0x96DEBE) is known color: Vista Blue. HEX triplet: 96, DE and BE. RGB value is (150,222,190). Sum of RGB (Red+Green+Blue) = 150+222+190=562 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.69% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #96DEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DEBE is #692141. Grayscale: #C4C4C4. Windows color (decimal): -6889794 or 12508822. OLE color: 12508822.
HSL color Cylindrical-coordinate representation of color #96DEBE: hue angle of 153.33º 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 #96DEBE is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 222 | 190 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.13 |
| HSL | 153.33º | 0.52% | 0.73% | - |
| HSV(B) | 153.33º | 0.32% | 0.87% | - |
| XYZ | 47.99 | 62.44 | 58.24 | - |
| YUV | 196.82 | 124.15 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 222 | 190 | 0.32 | 0 | 0.14 | 0.13 | 153.33 | 0.52 | 0.73 |
| Hex | 96 | DE | BE | 20 | 0 | E | D | 99 | 34 | 49 |
| Octal | 226 | 336 | 276 | 40 | 0 | 16 | 15 | 231 | 64 | 111 |
| Binary | 10010110 | 11011110 | 10111110 | 100000 | 0 | 1110 | 1101 | 10011001 | 110100 | 1001001 |
Color Harmonies of #96DEBE
Complementary color
Monochromatic Colors of #96DEBE
Black with #96DEBE
Text Example
Text Example
White with #96DEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DEBE; }
p { color: rgb(150,222,190); }
H1.HeaderClassName
{
color: #96DEBE;
}
.AnyTagClassName
{
color: #96DEBE;
}
</style>
background-color css
<style>
a { background-color: #96DEBE; }
a { background-color: rgb(150,222,190); }
div.DivClassName
{
background-color: #96DEBE;
}
.BgClassName
{
background-color: #96DEBE;
}
</style>
border-color css
<style>
span { border-color: #96DEBE; }
span { border-color: rgb(150,222,190); }
td.TdClassName
{
border-color: #96DEBE;
}
.TagClassName
{
border-color: #96DEBE;
}
</style>