Shades of Vista Blue #9DDAC1
Tints of Vista Blue #9DDAC1
RGB
CMYK
RGB Variations
Color information
#9DDAC1 (or 0x9DDAC1) is known color: Vista Blue. HEX triplet: 9D, DA and C1. RGB value is (157,218,193). Sum of RGB (Red+Green+Blue) = 157+218+193=568 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.64% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDAC1 is #62253E. Grayscale: #C4C4C4. Windows color (decimal): -6432063 or 12704413. OLE color: 12704413.
HSL color Cylindrical-coordinate representation of color #9DDAC1: hue angle of 155.41º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDAC1 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 193 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.15 |
| HSL | 155.41º | 0.45% | 0.74% | - |
| HSV(B) | 155.41º | 0.28% | 0.85% | - |
| XYZ | 48.6 | 61.16 | 59.7 | - |
| YUV | 196.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 193 | 0.28 | 0 | 0.11 | 0.15 | 155.41 | 0.45 | 0.74 |
| Hex | 9D | DA | C1 | 1C | 0 | B | F | 9B | 2D | 4A |
| Octal | 235 | 332 | 301 | 34 | 0 | 13 | 17 | 233 | 55 | 112 |
| Binary | 10011101 | 11011010 | 11000001 | 11100 | 0 | 1011 | 1111 | 10011011 | 101101 | 1001010 |
Color Harmonies of #9DDAC1
Complementary color
Monochromatic Colors of #9DDAC1
Black with #9DDAC1
Text Example
Text Example
White with #9DDAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDAC1; }
p { color: rgb(157,218,193); }
H1.HeaderClassName
{
color: #9DDAC1;
}
.AnyTagClassName
{
color: #9DDAC1;
}
</style>
background-color css
<style>
a { background-color: #9DDAC1; }
a { background-color: rgb(157,218,193); }
div.DivClassName
{
background-color: #9DDAC1;
}
.BgClassName
{
background-color: #9DDAC1;
}
</style>
border-color css
<style>
span { border-color: #9DDAC1; }
span { border-color: rgb(157,218,193); }
td.TdClassName
{
border-color: #9DDAC1;
}
.TagClassName
{
border-color: #9DDAC1;
}
</style>