Shades of Vista Blue #97DFC1
Tints of Vista Blue #97DFC1
RGB
CMYK
RGB Variations
Color information
#97DFC1 (or 0x97DFC1) is known color: Vista Blue. HEX triplet: 97, DF and C1. RGB value is (151,223,193). Sum of RGB (Red+Green+Blue) = 151+223+193=567 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.63% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #97DFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DFC1 is #68203E. Grayscale: #C6C6C6. Windows color (decimal): -6823999 or 12705687. OLE color: 12705687.
HSL color Cylindrical-coordinate representation of color #97DFC1: hue angle of 155º 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 #97DFC1 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 223 | 193 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.13 |
| HSL | 155º | 0.53% | 0.73% | - |
| HSV(B) | 155º | 0.32% | 0.87% | - |
| XYZ | 48.78 | 63.2 | 60.08 | - |
| YUV | 198.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 223 | 193 | 0.32 | 0 | 0.13 | 0.13 | 155 | 0.53 | 0.73 |
| Hex | 97 | DF | C1 | 20 | 0 | D | D | 9B | 35 | 49 |
| Octal | 227 | 337 | 301 | 40 | 0 | 15 | 15 | 233 | 65 | 111 |
| Binary | 10010111 | 11011111 | 11000001 | 100000 | 0 | 1101 | 1101 | 10011011 | 110101 | 1001001 |
Color Harmonies of #97DFC1
Complementary color
Monochromatic Colors of #97DFC1
Black with #97DFC1
Text Example
Text Example
White with #97DFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DFC1; }
p { color: rgb(151,223,193); }
H1.HeaderClassName
{
color: #97DFC1;
}
.AnyTagClassName
{
color: #97DFC1;
}
</style>
background-color css
<style>
a { background-color: #97DFC1; }
a { background-color: rgb(151,223,193); }
div.DivClassName
{
background-color: #97DFC1;
}
.BgClassName
{
background-color: #97DFC1;
}
</style>
border-color css
<style>
span { border-color: #97DFC1; }
span { border-color: rgb(151,223,193); }
td.TdClassName
{
border-color: #97DFC1;
}
.TagClassName
{
border-color: #97DFC1;
}
</style>