Shades of Vista Blue #97DFB5
Tints of Vista Blue #97DFB5
RGB
CMYK
RGB Variations
Color information
#97DFB5 (or 0x97DFB5) is known color: Vista Blue. HEX triplet: 97, DF and B5. RGB value is (151,223,181). Sum of RGB (Red+Green+Blue) = 151+223+181=555 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.21% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #97DFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DFB5 is #68204A. Grayscale: #C4C4C4. Windows color (decimal): -6824011 or 11919255. OLE color: 11919255.
HSL color Cylindrical-coordinate representation of color #97DFB5: hue angle of 145º degrees, saturation: 0.53, 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 #97DFB5 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 223 | 181 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.13 |
| HSL | 145º | 0.53% | 0.73% | - |
| HSV(B) | 145º | 0.32% | 0.87% | - |
| XYZ | 47.49 | 62.69 | 53.31 | - |
| YUV | 196.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 223 | 181 | 0.32 | 0 | 0.19 | 0.13 | 145 | 0.53 | 0.73 |
| Hex | 97 | DF | B5 | 20 | 0 | 13 | D | 91 | 35 | 49 |
| Octal | 227 | 337 | 265 | 40 | 0 | 23 | 15 | 221 | 65 | 111 |
| Binary | 10010111 | 11011111 | 10110101 | 100000 | 0 | 10011 | 1101 | 10010001 | 110101 | 1001001 |
Color Harmonies of #97DFB5
Complementary color
Monochromatic Colors of #97DFB5
Black with #97DFB5
Text Example
Text Example
White with #97DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DFB5; }
p { color: rgb(151,223,181); }
H1.HeaderClassName
{
color: #97DFB5;
}
.AnyTagClassName
{
color: #97DFB5;
}
</style>
background-color css
<style>
a { background-color: #97DFB5; }
a { background-color: rgb(151,223,181); }
div.DivClassName
{
background-color: #97DFB5;
}
.BgClassName
{
background-color: #97DFB5;
}
</style>
border-color css
<style>
span { border-color: #97DFB5; }
span { border-color: rgb(151,223,181); }
td.TdClassName
{
border-color: #97DFB5;
}
.TagClassName
{
border-color: #97DFB5;
}
</style>