Shades of Vista Blue #96DEBD
Tints of Vista Blue #96DEBD
RGB
CMYK
RGB Variations
Color information
#96DEBD (or 0x96DEBD) is known color: Vista Blue. HEX triplet: 96, DE and BD. RGB value is (150,222,189). Sum of RGB (Red+Green+Blue) = 150+222+189=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 222 - color contains mainly: green. Hex color #96DEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DEBD is #692142. Grayscale: #C4C4C4. Windows color (decimal): -6889795 or 12443286. OLE color: 12443286.
HSL color Cylindrical-coordinate representation of color #96DEBD: hue angle of 152.5º 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 #96DEBD is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 222 | 189 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.13 |
| HSL | 152.5º | 0.52% | 0.73% | - |
| HSV(B) | 152.5º | 0.32% | 0.87% | - |
| XYZ | 47.88 | 62.4 | 57.66 | - |
| YUV | 196.71 | 123.65 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 222 | 189 | 0.32 | 0 | 0.15 | 0.13 | 152.5 | 0.52 | 0.73 |
| Hex | 96 | DE | BD | 20 | 0 | F | D | 98 | 34 | 49 |
| Octal | 226 | 336 | 275 | 40 | 0 | 17 | 15 | 230 | 64 | 111 |
| Binary | 10010110 | 11011110 | 10111101 | 100000 | 0 | 1111 | 1101 | 10011000 | 110100 | 1001001 |
Color Harmonies of #96DEBD
Complementary color
Monochromatic Colors of #96DEBD
Black with #96DEBD
Text Example
Text Example
White with #96DEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DEBD; }
p { color: rgb(150,222,189); }
H1.HeaderClassName
{
color: #96DEBD;
}
.AnyTagClassName
{
color: #96DEBD;
}
</style>
background-color css
<style>
a { background-color: #96DEBD; }
a { background-color: rgb(150,222,189); }
div.DivClassName
{
background-color: #96DEBD;
}
.BgClassName
{
background-color: #96DEBD;
}
</style>
border-color css
<style>
span { border-color: #96DEBD; }
span { border-color: rgb(150,222,189); }
td.TdClassName
{
border-color: #96DEBD;
}
.TagClassName
{
border-color: #96DEBD;
}
</style>