Shades of Vista Blue #9DC6B3
Tints of Vista Blue #9DC6B3
RGB
CMYK
RGB Variations
Color information
#9DC6B3 (or 0x9DC6B3) is known color: Vista Blue. HEX triplet: 9D, C6 and B3. RGB value is (157,198,179). Sum of RGB (Red+Green+Blue) = 157+198+179=534 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.40% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC6B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC6B3 is #62394C. Grayscale: #B7B7B7. Windows color (decimal): -6437197 or 11781789. OLE color: 11781789.
HSL color Cylindrical-coordinate representation of color #9DC6B3: hue angle of 152.2º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9DC6B3 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 198 | 179 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.22 |
| HSL | 152.2º | 0.26% | 0.7% | - |
| HSV(B) | 152.2º | 0.21% | 0.78% | - |
| XYZ | 42.24 | 50.81 | 50.23 | - |
| YUV | 183.58 | 125.42 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 198 | 179 | 0.21 | 0 | 0.10 | 0.22 | 152.2 | 0.26 | 0.7 |
| Hex | 9D | C6 | B3 | 15 | 0 | A | 16 | 98 | 1A | 46 |
| Octal | 235 | 306 | 263 | 25 | 0 | 12 | 26 | 230 | 32 | 106 |
| Binary | 10011101 | 11000110 | 10110011 | 10101 | 0 | 1010 | 10110 | 10011000 | 11010 | 1000110 |
Color Harmonies of #9DC6B3
Complementary color
Monochromatic Colors of #9DC6B3
Black with #9DC6B3
Text Example
Text Example
White with #9DC6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC6B3; }
p { color: rgb(157,198,179); }
H1.HeaderClassName
{
color: #9DC6B3;
}
.AnyTagClassName
{
color: #9DC6B3;
}
</style>
background-color css
<style>
a { background-color: #9DC6B3; }
a { background-color: rgb(157,198,179); }
div.DivClassName
{
background-color: #9DC6B3;
}
.BgClassName
{
background-color: #9DC6B3;
}
</style>
border-color css
<style>
span { border-color: #9DC6B3; }
span { border-color: rgb(157,198,179); }
td.TdClassName
{
border-color: #9DC6B3;
}
.TagClassName
{
border-color: #9DC6B3;
}
</style>