Shades of Vista Blue #97D6B3
Tints of Vista Blue #97D6B3
RGB
CMYK
RGB Variations
Color information
#97D6B3 (or 0x97D6B3) is known color: Vista Blue. HEX triplet: 97, D6 and B3. RGB value is (151,214,179). Sum of RGB (Red+Green+Blue) = 151+214+179=544 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.76% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #97D6B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D6B3 is #68294C. Grayscale: #BFBFBF. Windows color (decimal): -6826317 or 11785879. OLE color: 11785879.
HSL color Cylindrical-coordinate representation of color #97D6B3: hue angle of 146.67º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97D6B3 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 214 | 179 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.16 |
| HSL | 146.67º | 0.43% | 0.72% | - |
| HSV(B) | 146.67º | 0.29% | 0.84% | - |
| XYZ | 44.95 | 57.93 | 51.46 | - |
| YUV | 191.17 | 121.13 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 214 | 179 | 0.29 | 0 | 0.16 | 0.16 | 146.67 | 0.43 | 0.72 |
| Hex | 97 | D6 | B3 | 1D | 0 | 10 | 10 | 93 | 2B | 48 |
| Octal | 227 | 326 | 263 | 35 | 0 | 20 | 20 | 223 | 53 | 110 |
| Binary | 10010111 | 11010110 | 10110011 | 11101 | 0 | 10000 | 10000 | 10010011 | 101011 | 1001000 |
Color Harmonies of #97D6B3
Complementary color
Monochromatic Colors of #97D6B3
Black with #97D6B3
Text Example
Text Example
White with #97D6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D6B3; }
p { color: rgb(151,214,179); }
H1.HeaderClassName
{
color: #97D6B3;
}
.AnyTagClassName
{
color: #97D6B3;
}
</style>
background-color css
<style>
a { background-color: #97D6B3; }
a { background-color: rgb(151,214,179); }
div.DivClassName
{
background-color: #97D6B3;
}
.BgClassName
{
background-color: #97D6B3;
}
</style>
border-color css
<style>
span { border-color: #97D6B3; }
span { border-color: rgb(151,214,179); }
td.TdClassName
{
border-color: #97D6B3;
}
.TagClassName
{
border-color: #97D6B3;
}
</style>