Shades of Vista Blue #96CBAF
Tints of Vista Blue #96CBAF
RGB
CMYK
RGB Variations
Color information
#96CBAF (or 0x96CBAF) is known color: Vista Blue. HEX triplet: 96, CB and AF. RGB value is (150,203,175). Sum of RGB (Red+Green+Blue) = 150+203+175=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CBAF is #693450. Grayscale: #B8B8B8. Windows color (decimal): -6894673 or 11520918. OLE color: 11520918.
HSL color Cylindrical-coordinate representation of color #96CBAF: hue angle of 148.3º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CBAF is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 203 | 175 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.20 |
| HSL | 148.3º | 0.34% | 0.69% | - |
| HSV(B) | 148.3º | 0.26% | 0.8% | - |
| XYZ | 41.67 | 52.29 | 48.45 | - |
| YUV | 183.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 175 | 0.26 | 0 | 0.14 | 0.20 | 148.3 | 0.34 | 0.69 |
| Hex | 96 | CB | AF | 1A | 0 | E | 14 | 94 | 22 | 45 |
| Octal | 226 | 313 | 257 | 32 | 0 | 16 | 24 | 224 | 42 | 105 |
| Binary | 10010110 | 11001011 | 10101111 | 11010 | 0 | 1110 | 10100 | 10010100 | 100010 | 1000101 |
Color Harmonies of #96CBAF
Complementary color
Monochromatic Colors of #96CBAF
Black with #96CBAF
Text Example
Text Example
White with #96CBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CBAF; }
p { color: rgb(150,203,175); }
H1.HeaderClassName
{
color: #96CBAF;
}
.AnyTagClassName
{
color: #96CBAF;
}
</style>
background-color css
<style>
a { background-color: #96CBAF; }
a { background-color: rgb(150,203,175); }
div.DivClassName
{
background-color: #96CBAF;
}
.BgClassName
{
background-color: #96CBAF;
}
</style>
border-color css
<style>
span { border-color: #96CBAF; }
span { border-color: rgb(150,203,175); }
td.TdClassName
{
border-color: #96CBAF;
}
.TagClassName
{
border-color: #96CBAF;
}
</style>