Shades of Vista Blue #9ADCC3
Tints of Vista Blue #9ADCC3
RGB
CMYK
RGB Variations
Color information
#9ADCC3 (or 0x9ADCC3) is known color: Vista Blue. HEX triplet: 9A, DC and C3. RGB value is (154,220,195). Sum of RGB (Red+Green+Blue) = 154+220+195=569 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.07% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCC3 is #65233C. Grayscale: #C5C5C5. Windows color (decimal): -6628157 or 12835994. OLE color: 12835994.
HSL color Cylindrical-coordinate representation of color #9ADCC3: hue angle of 157.27º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADCC3 is Cyan = 0.3, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 195 | - |
| CMYK | 0.3 | 0 | 0.11 | 0.14 |
| HSL | 157.27º | 0.49% | 0.73% | - |
| HSV(B) | 157.27º | 0.3% | 0.86% | - |
| XYZ | 48.77 | 62 | 61.03 | - |
| YUV | 197.42 | 126.63 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 195 | 0.3 | 0 | 0.11 | 0.14 | 157.27 | 0.49 | 0.73 |
| Hex | 9A | DC | C3 | 1E | 0 | B | E | 9D | 31 | 49 |
| Octal | 232 | 334 | 303 | 36 | 0 | 13 | 16 | 235 | 61 | 111 |
| Binary | 10011010 | 11011100 | 11000011 | 11110 | 0 | 1011 | 1110 | 10011101 | 110001 | 1001001 |
Color Harmonies of #9ADCC3
Complementary color
Monochromatic Colors of #9ADCC3
Black with #9ADCC3
Text Example
Text Example
White with #9ADCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCC3; }
p { color: rgb(154,220,195); }
H1.HeaderClassName
{
color: #9ADCC3;
}
.AnyTagClassName
{
color: #9ADCC3;
}
</style>
background-color css
<style>
a { background-color: #9ADCC3; }
a { background-color: rgb(154,220,195); }
div.DivClassName
{
background-color: #9ADCC3;
}
.BgClassName
{
background-color: #9ADCC3;
}
</style>
border-color css
<style>
span { border-color: #9ADCC3; }
span { border-color: rgb(154,220,195); }
td.TdClassName
{
border-color: #9ADCC3;
}
.TagClassName
{
border-color: #9ADCC3;
}
</style>