Shades of Vista Blue #9DEFB6
Tints of Vista Blue #9DEFB6
RGB
CMYK
RGB Variations
Color information
#9DEFB6 (or 0x9DEFB6) is known color: Vista Blue. HEX triplet: 9D, EF and B6. RGB value is (157,239,182). Sum of RGB (Red+Green+Blue) = 157+239+182=578 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.16% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFB6 is #621049. Grayscale: #D0D0D0. Windows color (decimal): -6426698 or 11988893. OLE color: 11988893.
HSL color Cylindrical-coordinate representation of color #9DEFB6: hue angle of 138.29º 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 #9DEFB6 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 239 | 182 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.06 |
| HSL | 138.29º | 0.72% | 0.78% | - |
| HSV(B) | 138.29º | 0.34% | 0.94% | - |
| XYZ | 53.21 | 72.28 | 55.4 | - |
| YUV | 207.98 | 113.33 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 239 | 182 | 0.34 | 0 | 0.24 | 0.06 | 138.29 | 0.72 | 0.78 |
| Hex | 9D | EF | B6 | 22 | 0 | 18 | 6 | 8A | 48 | 4E |
| Octal | 235 | 357 | 266 | 42 | 0 | 30 | 6 | 212 | 110 | 116 |
| Binary | 10011101 | 11101111 | 10110110 | 100010 | 0 | 11000 | 110 | 10001010 | 1001000 | 1001110 |
Color Harmonies of #9DEFB6
Complementary color
Monochromatic Colors of #9DEFB6
Black with #9DEFB6
Text Example
Text Example
White with #9DEFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEFB6; }
p { color: rgb(157,239,182); }
H1.HeaderClassName
{
color: #9DEFB6;
}
.AnyTagClassName
{
color: #9DEFB6;
}
</style>
background-color css
<style>
a { background-color: #9DEFB6; }
a { background-color: rgb(157,239,182); }
div.DivClassName
{
background-color: #9DEFB6;
}
.BgClassName
{
background-color: #9DEFB6;
}
</style>
border-color css
<style>
span { border-color: #9DEFB6; }
span { border-color: rgb(157,239,182); }
td.TdClassName
{
border-color: #9DEFB6;
}
.TagClassName
{
border-color: #9DEFB6;
}
</style>