Shades of Vista Blue #9DE3B6
Tints of Vista Blue #9DE3B6
RGB
CMYK
RGB Variations
Color information
#9DE3B6 (or 0x9DE3B6) is known color: Vista Blue. HEX triplet: 9D, E3 and B6. RGB value is (157,227,182). Sum of RGB (Red+Green+Blue) = 157+227+182=566 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.74% from 566); Green value is 227 (89.06% from 255 or 40.11% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 227 - color contains mainly: green. Hex color #9DE3B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE3B6 is #621C49. Grayscale: #C9C9C9. Windows color (decimal): -6429770 or 11985821. OLE color: 11985821.
HSL color Cylindrical-coordinate representation of color #9DE3B6: hue angle of 141.43º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE3B6 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 227 | 182 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.11 |
| HSL | 141.43º | 0.56% | 0.75% | - |
| HSV(B) | 141.43º | 0.31% | 0.89% | - |
| XYZ | 49.82 | 65.48 | 54.27 | - |
| YUV | 200.94 | 117.31 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 227 | 182 | 0.31 | 0 | 0.20 | 0.11 | 141.43 | 0.56 | 0.75 |
| Hex | 9D | E3 | B6 | 1F | 0 | 14 | B | 8D | 38 | 4B |
| Octal | 235 | 343 | 266 | 37 | 0 | 24 | 13 | 215 | 70 | 113 |
| Binary | 10011101 | 11100011 | 10110110 | 11111 | 0 | 10100 | 1011 | 10001101 | 111000 | 1001011 |
Color Harmonies of #9DE3B6
Complementary color
Monochromatic Colors of #9DE3B6
Black with #9DE3B6
Text Example
Text Example
White with #9DE3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE3B6; }
p { color: rgb(157,227,182); }
H1.HeaderClassName
{
color: #9DE3B6;
}
.AnyTagClassName
{
color: #9DE3B6;
}
</style>
background-color css
<style>
a { background-color: #9DE3B6; }
a { background-color: rgb(157,227,182); }
div.DivClassName
{
background-color: #9DE3B6;
}
.BgClassName
{
background-color: #9DE3B6;
}
</style>
border-color css
<style>
span { border-color: #9DE3B6; }
span { border-color: rgb(157,227,182); }
td.TdClassName
{
border-color: #9DE3B6;
}
.TagClassName
{
border-color: #9DE3B6;
}
</style>