Shades of Vista Blue #9DEBB6
Tints of Vista Blue #9DEBB6
RGB
CMYK
RGB Variations
Color information
#9DEBB6 (or 0x9DEBB6) is known color: Vista Blue. HEX triplet: 9D, EB and B6. RGB value is (157,235,182). Sum of RGB (Red+Green+Blue) = 157+235+182=574 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.35% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBB6 is #621449. Grayscale: #CDCDCD. Windows color (decimal): -6427722 or 11987869. OLE color: 11987869.
HSL color Cylindrical-coordinate representation of color #9DEBB6: hue angle of 139.23º degrees, saturation: 0.66, 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 #9DEBB6 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 235 | 182 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.08 |
| HSL | 139.23º | 0.66% | 0.77% | - |
| HSV(B) | 139.23º | 0.33% | 0.92% | - |
| XYZ | 52.06 | 69.96 | 55.02 | - |
| YUV | 205.64 | 114.66 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 182 | 0.33 | 0 | 0.23 | 0.08 | 139.23 | 0.66 | 0.77 |
| Hex | 9D | EB | B6 | 21 | 0 | 17 | 8 | 8B | 42 | 4D |
| Octal | 235 | 353 | 266 | 41 | 0 | 27 | 10 | 213 | 102 | 115 |
| Binary | 10011101 | 11101011 | 10110110 | 100001 | 0 | 10111 | 1000 | 10001011 | 1000010 | 1001101 |
Color Harmonies of #9DEBB6
Complementary color
Monochromatic Colors of #9DEBB6
Black with #9DEBB6
Text Example
Text Example
White with #9DEBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEBB6; }
p { color: rgb(157,235,182); }
H1.HeaderClassName
{
color: #9DEBB6;
}
.AnyTagClassName
{
color: #9DEBB6;
}
</style>
background-color css
<style>
a { background-color: #9DEBB6; }
a { background-color: rgb(157,235,182); }
div.DivClassName
{
background-color: #9DEBB6;
}
.BgClassName
{
background-color: #9DEBB6;
}
</style>
border-color css
<style>
span { border-color: #9DEBB6; }
span { border-color: rgb(157,235,182); }
td.TdClassName
{
border-color: #9DEBB6;
}
.TagClassName
{
border-color: #9DEBB6;
}
</style>