Shades of Vista Blue #97DEB6
Tints of Vista Blue #97DEB6
RGB
CMYK
RGB Variations
Color information
#97DEB6 (or 0x97DEB6) is known color: Vista Blue. HEX triplet: 97, DE and B6. RGB value is (151,222,182). Sum of RGB (Red+Green+Blue) = 151+222+182=555 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.21% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 182 (71.48% from 255 or 32.79% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #97DEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DEB6 is #682149. Grayscale: #C4C4C4. Windows color (decimal): -6824266 or 11984535. OLE color: 11984535.
HSL color Cylindrical-coordinate representation of color #97DEB6: hue angle of 146.2º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97DEB6 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 222 | 182 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.13 |
| HSL | 146.2º | 0.52% | 0.73% | - |
| HSV(B) | 146.2º | 0.32% | 0.87% | - |
| XYZ | 47.33 | 62.2 | 53.77 | - |
| YUV | 196.21 | 119.98 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 222 | 182 | 0.32 | 0 | 0.18 | 0.13 | 146.2 | 0.52 | 0.73 |
| Hex | 97 | DE | B6 | 20 | 0 | 12 | D | 92 | 34 | 49 |
| Octal | 227 | 336 | 266 | 40 | 0 | 22 | 15 | 222 | 64 | 111 |
| Binary | 10010111 | 11011110 | 10110110 | 100000 | 0 | 10010 | 1101 | 10010010 | 110100 | 1001001 |
Color Harmonies of #97DEB6
Complementary color
Monochromatic Colors of #97DEB6
Black with #97DEB6
Text Example
Text Example
White with #97DEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DEB6; }
p { color: rgb(151,222,182); }
H1.HeaderClassName
{
color: #97DEB6;
}
.AnyTagClassName
{
color: #97DEB6;
}
</style>
background-color css
<style>
a { background-color: #97DEB6; }
a { background-color: rgb(151,222,182); }
div.DivClassName
{
background-color: #97DEB6;
}
.BgClassName
{
background-color: #97DEB6;
}
</style>
border-color css
<style>
span { border-color: #97DEB6; }
span { border-color: rgb(151,222,182); }
td.TdClassName
{
border-color: #97DEB6;
}
.TagClassName
{
border-color: #97DEB6;
}
</style>