Shades of Vista Blue #97ECC0
Tints of Vista Blue #97ECC0
RGB
CMYK
RGB Variations
Color information
#97ECC0 (or 0x97ECC0) is known color: Vista Blue. HEX triplet: 97, EC and C0. RGB value is (151,236,192). Sum of RGB (Red+Green+Blue) = 151+236+192=579 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.08% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #97ECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97ECC0 is #68133F. Grayscale: #CDCDCD. Windows color (decimal): -6820672 or 12643479. OLE color: 12643479.
HSL color Cylindrical-coordinate representation of color #97ECC0: hue angle of 148.94º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97ECC0 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 236 | 192 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.07 |
| HSL | 148.94º | 0.69% | 0.76% | - |
| HSV(B) | 148.94º | 0.36% | 0.93% | - |
| XYZ | 52.27 | 70.38 | 60.7 | - |
| YUV | 205.57 | 120.34 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 236 | 192 | 0.36 | 0 | 0.19 | 0.07 | 148.94 | 0.69 | 0.76 |
| Hex | 97 | EC | C0 | 24 | 0 | 13 | 7 | 95 | 45 | 4C |
| Octal | 227 | 354 | 300 | 44 | 0 | 23 | 7 | 225 | 105 | 114 |
| Binary | 10010111 | 11101100 | 11000000 | 100100 | 0 | 10011 | 111 | 10010101 | 1000101 | 1001100 |
Color Harmonies of #97ECC0
Complementary color
Monochromatic Colors of #97ECC0
Black with #97ECC0
Text Example
Text Example
White with #97ECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97ECC0; }
p { color: rgb(151,236,192); }
H1.HeaderClassName
{
color: #97ECC0;
}
.AnyTagClassName
{
color: #97ECC0;
}
</style>
background-color css
<style>
a { background-color: #97ECC0; }
a { background-color: rgb(151,236,192); }
div.DivClassName
{
background-color: #97ECC0;
}
.BgClassName
{
background-color: #97ECC0;
}
</style>
border-color css
<style>
span { border-color: #97ECC0; }
span { border-color: rgb(151,236,192); }
td.TdClassName
{
border-color: #97ECC0;
}
.TagClassName
{
border-color: #97ECC0;
}
</style>