Shades of Vista Blue #9DDEB2
Tints of Vista Blue #9DDEB2
RGB
CMYK
RGB Variations
Color information
#9DDEB2 (or 0x9DDEB2) is known color: Vista Blue. HEX triplet: 9D, DE and B2. RGB value is (157,222,178). Sum of RGB (Red+Green+Blue) = 157+222+178=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDEB2 is #62214D. Grayscale: #C5C5C5. Windows color (decimal): -6431054 or 11722397. OLE color: 11722397.
HSL color Cylindrical-coordinate representation of color #9DDEB2: hue angle of 139.38º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDEB2 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 222 | 178 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.13 |
| HSL | 139.38º | 0.5% | 0.74% | - |
| HSV(B) | 139.38º | 0.29% | 0.87% | - |
| XYZ | 48.06 | 62.63 | 51.67 | - |
| YUV | 197.55 | 116.97 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 222 | 178 | 0.29 | 0 | 0.20 | 0.13 | 139.38 | 0.5 | 0.74 |
| Hex | 9D | DE | B2 | 1D | 0 | 14 | D | 8B | 32 | 4A |
| Octal | 235 | 336 | 262 | 35 | 0 | 24 | 15 | 213 | 62 | 112 |
| Binary | 10011101 | 11011110 | 10110010 | 11101 | 0 | 10100 | 1101 | 10001011 | 110010 | 1001010 |
Color Harmonies of #9DDEB2
Complementary color
Monochromatic Colors of #9DDEB2
Black with #9DDEB2
Text Example
Text Example
White with #9DDEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDEB2; }
p { color: rgb(157,222,178); }
H1.HeaderClassName
{
color: #9DDEB2;
}
.AnyTagClassName
{
color: #9DDEB2;
}
</style>
background-color css
<style>
a { background-color: #9DDEB2; }
a { background-color: rgb(157,222,178); }
div.DivClassName
{
background-color: #9DDEB2;
}
.BgClassName
{
background-color: #9DDEB2;
}
</style>
border-color css
<style>
span { border-color: #9DDEB2; }
span { border-color: rgb(157,222,178); }
td.TdClassName
{
border-color: #9DDEB2;
}
.TagClassName
{
border-color: #9DDEB2;
}
</style>