Shades of Vista Blue #97CBB5
Tints of Vista Blue #97CBB5
RGB
CMYK
RGB Variations
Color information
#97CBB5 (or 0x97CBB5) is known color: Vista Blue. HEX triplet: 97, CB and B5. RGB value is (151,203,181). Sum of RGB (Red+Green+Blue) = 151+203+181=535 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.22% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 203 - color contains mainly: green. Hex color #97CBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CBB5 is #68344A. Grayscale: #B8B8B8. Windows color (decimal): -6829131 or 11914135. OLE color: 11914135.
HSL color Cylindrical-coordinate representation of color #97CBB5: hue angle of 154.62º degrees, saturation: 0.33, 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 #97CBB5 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 203 | 181 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.20 |
| HSL | 154.62º | 0.33% | 0.69% | - |
| HSV(B) | 154.62º | 0.26% | 0.8% | - |
| XYZ | 42.46 | 52.63 | 51.64 | - |
| YUV | 184.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 203 | 181 | 0.26 | 0 | 0.11 | 0.20 | 154.62 | 0.33 | 0.69 |
| Hex | 97 | CB | B5 | 1A | 0 | B | 14 | 9B | 21 | 45 |
| Octal | 227 | 313 | 265 | 32 | 0 | 13 | 24 | 233 | 41 | 105 |
| Binary | 10010111 | 11001011 | 10110101 | 11010 | 0 | 1011 | 10100 | 10011011 | 100001 | 1000101 |
Color Harmonies of #97CBB5
Complementary color
Monochromatic Colors of #97CBB5
Black with #97CBB5
Text Example
Text Example
White with #97CBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CBB5; }
p { color: rgb(151,203,181); }
H1.HeaderClassName
{
color: #97CBB5;
}
.AnyTagClassName
{
color: #97CBB5;
}
</style>
background-color css
<style>
a { background-color: #97CBB5; }
a { background-color: rgb(151,203,181); }
div.DivClassName
{
background-color: #97CBB5;
}
.BgClassName
{
background-color: #97CBB5;
}
</style>
border-color css
<style>
span { border-color: #97CBB5; }
span { border-color: rgb(151,203,181); }
td.TdClassName
{
border-color: #97CBB5;
}
.TagClassName
{
border-color: #97CBB5;
}
</style>