Shades of Vista Blue #97CDB5
Tints of Vista Blue #97CDB5
RGB
CMYK
RGB Variations
Color information
#97CDB5 (or 0x97CDB5) is known color: Vista Blue. HEX triplet: 97, CD and B5. RGB value is (151,205,181). Sum of RGB (Red+Green+Blue) = 151+205+181=537 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.12% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 205 - color contains mainly: green. Hex color #97CDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CDB5 is #68324A. Grayscale: #BABABA. Windows color (decimal): -6828619 or 11914647. OLE color: 11914647.
HSL color Cylindrical-coordinate representation of color #97CDB5: hue angle of 153.33º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97CDB5 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 205 | 181 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.20 |
| HSL | 153.33º | 0.35% | 0.7% | - |
| HSV(B) | 153.33º | 0.26% | 0.8% | - |
| XYZ | 42.93 | 53.58 | 51.79 | - |
| YUV | 186.12 | 125.11 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 205 | 181 | 0.26 | 0 | 0.12 | 0.20 | 153.33 | 0.35 | 0.7 |
| Hex | 97 | CD | B5 | 1A | 0 | C | 14 | 99 | 23 | 46 |
| Octal | 227 | 315 | 265 | 32 | 0 | 14 | 24 | 231 | 43 | 106 |
| Binary | 10010111 | 11001101 | 10110101 | 11010 | 0 | 1100 | 10100 | 10011001 | 100011 | 1000110 |
Color Harmonies of #97CDB5
Complementary color
Monochromatic Colors of #97CDB5
Black with #97CDB5
Text Example
Text Example
White with #97CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CDB5; }
p { color: rgb(151,205,181); }
H1.HeaderClassName
{
color: #97CDB5;
}
.AnyTagClassName
{
color: #97CDB5;
}
</style>
background-color css
<style>
a { background-color: #97CDB5; }
a { background-color: rgb(151,205,181); }
div.DivClassName
{
background-color: #97CDB5;
}
.BgClassName
{
background-color: #97CDB5;
}
</style>
border-color css
<style>
span { border-color: #97CDB5; }
span { border-color: rgb(151,205,181); }
td.TdClassName
{
border-color: #97CDB5;
}
.TagClassName
{
border-color: #97CDB5;
}
</style>