Shades of Vista Blue #9DEFBC
Tints of Vista Blue #9DEFBC
RGB
CMYK
RGB Variations
Color information
#9DEFBC (or 0x9DEFBC) is known color: Vista Blue. HEX triplet: 9D, EF and BC. RGB value is (157,239,188). Sum of RGB (Red+Green+Blue) = 157+239+188=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFBC is #621043. Grayscale: #D0D0D0. Windows color (decimal): -6426692 or 12382109. OLE color: 12382109.
HSL color Cylindrical-coordinate representation of color #9DEFBC: hue angle of 142.68º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEFBC is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 239 | 188 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.06 |
| HSL | 142.68º | 0.72% | 0.78% | - |
| HSV(B) | 142.68º | 0.34% | 0.94% | - |
| XYZ | 53.85 | 72.53 | 58.74 | - |
| YUV | 208.67 | 116.33 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 239 | 188 | 0.34 | 0 | 0.21 | 0.06 | 142.68 | 0.72 | 0.78 |
| Hex | 9D | EF | BC | 22 | 0 | 15 | 6 | 8F | 48 | 4E |
| Octal | 235 | 357 | 274 | 42 | 0 | 25 | 6 | 217 | 110 | 116 |
| Binary | 10011101 | 11101111 | 10111100 | 100010 | 0 | 10101 | 110 | 10001111 | 1001000 | 1001110 |
Color Harmonies of #9DEFBC
Complementary color
Monochromatic Colors of #9DEFBC
Black with #9DEFBC
Text Example
Text Example
White with #9DEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEFBC; }
p { color: rgb(157,239,188); }
H1.HeaderClassName
{
color: #9DEFBC;
}
.AnyTagClassName
{
color: #9DEFBC;
}
</style>
background-color css
<style>
a { background-color: #9DEFBC; }
a { background-color: rgb(157,239,188); }
div.DivClassName
{
background-color: #9DEFBC;
}
.BgClassName
{
background-color: #9DEFBC;
}
</style>
border-color css
<style>
span { border-color: #9DEFBC; }
span { border-color: rgb(157,239,188); }
td.TdClassName
{
border-color: #9DEFBC;
}
.TagClassName
{
border-color: #9DEFBC;
}
</style>