Shades of Vista Blue #96CEB2
Tints of Vista Blue #96CEB2
RGB
CMYK
RGB Variations
Color information
#96CEB2 (or 0x96CEB2) is known color: Vista Blue. HEX triplet: 96, CE and B2. RGB value is (150,206,178). Sum of RGB (Red+Green+Blue) = 150+206+178=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CEB2 is #69314D. Grayscale: #BABABA. Windows color (decimal): -6893902 or 11718294. OLE color: 11718294.
HSL color Cylindrical-coordinate representation of color #96CEB2: hue angle of 150º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CEB2 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 178 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.19 |
| HSL | 150º | 0.36% | 0.7% | - |
| HSV(B) | 150º | 0.27% | 0.81% | - |
| XYZ | 42.68 | 53.84 | 50.26 | - |
| YUV | 186.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 178 | 0.27 | 0 | 0.14 | 0.19 | 150 | 0.36 | 0.7 |
| Hex | 96 | CE | B2 | 1B | 0 | E | 13 | 96 | 24 | 46 |
| Octal | 226 | 316 | 262 | 33 | 0 | 16 | 23 | 226 | 44 | 106 |
| Binary | 10010110 | 11001110 | 10110010 | 11011 | 0 | 1110 | 10011 | 10010110 | 100100 | 1000110 |
Color Harmonies of #96CEB2
Complementary color
Monochromatic Colors of #96CEB2
Black with #96CEB2
Text Example
Text Example
White with #96CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CEB2; }
p { color: rgb(150,206,178); }
H1.HeaderClassName
{
color: #96CEB2;
}
.AnyTagClassName
{
color: #96CEB2;
}
</style>
background-color css
<style>
a { background-color: #96CEB2; }
a { background-color: rgb(150,206,178); }
div.DivClassName
{
background-color: #96CEB2;
}
.BgClassName
{
background-color: #96CEB2;
}
</style>
border-color css
<style>
span { border-color: #96CEB2; }
span { border-color: rgb(150,206,178); }
td.TdClassName
{
border-color: #96CEB2;
}
.TagClassName
{
border-color: #96CEB2;
}
</style>