Shades of Vista Blue #9DD2B4
Tints of Vista Blue #9DD2B4
RGB
CMYK
RGB Variations
Color information
#9DD2B4 (or 0x9DD2B4) is known color: Vista Blue. HEX triplet: 9D, D2 and B4. RGB value is (157,210,180). Sum of RGB (Red+Green+Blue) = 157+210+180=547 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.70% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD2B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD2B4 is #622D4B. Grayscale: #BEBEBE. Windows color (decimal): -6434124 or 11850397. OLE color: 11850397.
HSL color Cylindrical-coordinate representation of color #9DD2B4: hue angle of 146.04º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DD2B4 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 210 | 180 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.18 |
| HSL | 146.04º | 0.37% | 0.72% | - |
| HSV(B) | 146.04º | 0.25% | 0.82% | - |
| XYZ | 45.19 | 56.56 | 51.71 | - |
| YUV | 190.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 180 | 0.25 | 0 | 0.14 | 0.18 | 146.04 | 0.37 | 0.72 |
| Hex | 9D | D2 | B4 | 19 | 0 | E | 12 | 92 | 25 | 48 |
| Octal | 235 | 322 | 264 | 31 | 0 | 16 | 22 | 222 | 45 | 110 |
| Binary | 10011101 | 11010010 | 10110100 | 11001 | 0 | 1110 | 10010 | 10010010 | 100101 | 1001000 |
Color Harmonies of #9DD2B4
Complementary color
Monochromatic Colors of #9DD2B4
Black with #9DD2B4
Text Example
Text Example
White with #9DD2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD2B4; }
p { color: rgb(157,210,180); }
H1.HeaderClassName
{
color: #9DD2B4;
}
.AnyTagClassName
{
color: #9DD2B4;
}
</style>
background-color css
<style>
a { background-color: #9DD2B4; }
a { background-color: rgb(157,210,180); }
div.DivClassName
{
background-color: #9DD2B4;
}
.BgClassName
{
background-color: #9DD2B4;
}
</style>
border-color css
<style>
span { border-color: #9DD2B4; }
span { border-color: rgb(157,210,180); }
td.TdClassName
{
border-color: #9DD2B4;
}
.TagClassName
{
border-color: #9DD2B4;
}
</style>