Shades of Vista Blue #9DD2B2
Tints of Vista Blue #9DD2B2
RGB
CMYK
RGB Variations
Color information
#9DD2B2 (or 0x9DD2B2) is known color: Vista Blue. HEX triplet: 9D, D2 and B2. RGB value is (157,210,178). Sum of RGB (Red+Green+Blue) = 157+210+178=545 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.81% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD2B2 is #622D4D. Grayscale: #BEBEBE. Windows color (decimal): -6434126 or 11719325. OLE color: 11719325.
HSL color Cylindrical-coordinate representation of color #9DD2B2: hue angle of 143.77º 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 #9DD2B2 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 210 | 178 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.18 |
| HSL | 143.77º | 0.37% | 0.72% | - |
| HSV(B) | 143.77º | 0.25% | 0.82% | - |
| XYZ | 44.99 | 56.48 | 50.65 | - |
| YUV | 190.51 | 120.94 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 178 | 0.25 | 0 | 0.15 | 0.18 | 143.77 | 0.37 | 0.72 |
| Hex | 9D | D2 | B2 | 19 | 0 | F | 12 | 90 | 25 | 48 |
| Octal | 235 | 322 | 262 | 31 | 0 | 17 | 22 | 220 | 45 | 110 |
| Binary | 10011101 | 11010010 | 10110010 | 11001 | 0 | 1111 | 10010 | 10010000 | 100101 | 1001000 |
Color Harmonies of #9DD2B2
Complementary color
Monochromatic Colors of #9DD2B2
Black with #9DD2B2
Text Example
Text Example
White with #9DD2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD2B2; }
p { color: rgb(157,210,178); }
H1.HeaderClassName
{
color: #9DD2B2;
}
.AnyTagClassName
{
color: #9DD2B2;
}
</style>
background-color css
<style>
a { background-color: #9DD2B2; }
a { background-color: rgb(157,210,178); }
div.DivClassName
{
background-color: #9DD2B2;
}
.BgClassName
{
background-color: #9DD2B2;
}
</style>
border-color css
<style>
span { border-color: #9DD2B2; }
span { border-color: rgb(157,210,178); }
td.TdClassName
{
border-color: #9DD2B2;
}
.TagClassName
{
border-color: #9DD2B2;
}
</style>