Shades of Vista Blue #96CFB5
Tints of Vista Blue #96CFB5
RGB
CMYK
RGB Variations
Color information
#96CFB5 (or 0x96CFB5) is known color: Vista Blue. HEX triplet: 96, CF and B5. RGB value is (150,207,181). Sum of RGB (Red+Green+Blue) = 150+207+181=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 207 - color contains mainly: green. Hex color #96CFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CFB5 is #69304A. Grayscale: #BBBBBB. Windows color (decimal): -6893643 or 11915158. OLE color: 11915158.
HSL color Cylindrical-coordinate representation of color #96CFB5: hue angle of 152.63º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96CFB5 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 181 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.19 |
| HSL | 152.63º | 0.37% | 0.7% | - |
| HSV(B) | 152.63º | 0.28% | 0.81% | - |
| XYZ | 43.23 | 54.45 | 51.95 | - |
| YUV | 186.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 181 | 0.28 | 0 | 0.13 | 0.19 | 152.63 | 0.37 | 0.7 |
| Hex | 96 | CF | B5 | 1C | 0 | D | 13 | 99 | 25 | 46 |
| Octal | 226 | 317 | 265 | 34 | 0 | 15 | 23 | 231 | 45 | 106 |
| Binary | 10010110 | 11001111 | 10110101 | 11100 | 0 | 1101 | 10011 | 10011001 | 100101 | 1000110 |
Color Harmonies of #96CFB5
Complementary color
Monochromatic Colors of #96CFB5
Black with #96CFB5
Text Example
Text Example
White with #96CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CFB5; }
p { color: rgb(150,207,181); }
H1.HeaderClassName
{
color: #96CFB5;
}
.AnyTagClassName
{
color: #96CFB5;
}
</style>
background-color css
<style>
a { background-color: #96CFB5; }
a { background-color: rgb(150,207,181); }
div.DivClassName
{
background-color: #96CFB5;
}
.BgClassName
{
background-color: #96CFB5;
}
</style>
border-color css
<style>
span { border-color: #96CFB5; }
span { border-color: rgb(150,207,181); }
td.TdClassName
{
border-color: #96CFB5;
}
.TagClassName
{
border-color: #96CFB5;
}
</style>