Shades of Vista Blue #9DEABC
Tints of Vista Blue #9DEABC
RGB
CMYK
RGB Variations
Color information
#9DEABC (or 0x9DEABC) is known color: Vista Blue. HEX triplet: 9D, EA and BC. RGB value is (157,234,188). Sum of RGB (Red+Green+Blue) = 157+234+188=579 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.12% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEABC is #621543. Grayscale: #CDCDCD. Windows color (decimal): -6427972 or 12380829. OLE color: 12380829.
HSL color Cylindrical-coordinate representation of color #9DEABC: hue angle of 144.16º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEABC is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 234 | 188 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.08 |
| HSL | 144.16º | 0.65% | 0.77% | - |
| HSV(B) | 144.16º | 0.33% | 0.92% | - |
| XYZ | 52.4 | 69.64 | 58.26 | - |
| YUV | 205.73 | 117.99 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 234 | 188 | 0.33 | 0 | 0.20 | 0.08 | 144.16 | 0.65 | 0.77 |
| Hex | 9D | EA | BC | 21 | 0 | 14 | 8 | 90 | 41 | 4D |
| Octal | 235 | 352 | 274 | 41 | 0 | 24 | 10 | 220 | 101 | 115 |
| Binary | 10011101 | 11101010 | 10111100 | 100001 | 0 | 10100 | 1000 | 10010000 | 1000001 | 1001101 |
Color Harmonies of #9DEABC
Complementary color
Monochromatic Colors of #9DEABC
Black with #9DEABC
Text Example
Text Example
White with #9DEABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEABC; }
p { color: rgb(157,234,188); }
H1.HeaderClassName
{
color: #9DEABC;
}
.AnyTagClassName
{
color: #9DEABC;
}
</style>
background-color css
<style>
a { background-color: #9DEABC; }
a { background-color: rgb(157,234,188); }
div.DivClassName
{
background-color: #9DEABC;
}
.BgClassName
{
background-color: #9DEABC;
}
</style>
border-color css
<style>
span { border-color: #9DEABC; }
span { border-color: rgb(157,234,188); }
td.TdClassName
{
border-color: #9DEABC;
}
.TagClassName
{
border-color: #9DEABC;
}
</style>