Shades of Vista Blue #9ADCC2
Tints of Vista Blue #9ADCC2
RGB
CMYK
RGB Variations
Color information
#9ADCC2 (or 0x9ADCC2) is known color: Vista Blue. HEX triplet: 9A, DC and C2. RGB value is (154,220,194). Sum of RGB (Red+Green+Blue) = 154+220+194=568 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.11% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCC2 is #65233D. Grayscale: #C5C5C5. Windows color (decimal): -6628158 or 12770458. OLE color: 12770458.
HSL color Cylindrical-coordinate representation of color #9ADCC2: hue angle of 156.36º 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 #9ADCC2 is Cyan = 0.3, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 194 | - |
| CMYK | 0.3 | 0 | 0.12 | 0.14 |
| HSL | 156.36º | 0.49% | 0.73% | - |
| HSV(B) | 156.36º | 0.3% | 0.86% | - |
| XYZ | 48.66 | 61.95 | 60.43 | - |
| YUV | 197.3 | 126.13 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 194 | 0.3 | 0 | 0.12 | 0.14 | 156.36 | 0.49 | 0.73 |
| Hex | 9A | DC | C2 | 1E | 0 | C | E | 9C | 31 | 49 |
| Octal | 232 | 334 | 302 | 36 | 0 | 14 | 16 | 234 | 61 | 111 |
| Binary | 10011010 | 11011100 | 11000010 | 11110 | 0 | 1100 | 1110 | 10011100 | 110001 | 1001001 |
Color Harmonies of #9ADCC2
Complementary color
Monochromatic Colors of #9ADCC2
Black with #9ADCC2
Text Example
Text Example
White with #9ADCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCC2; }
p { color: rgb(154,220,194); }
H1.HeaderClassName
{
color: #9ADCC2;
}
.AnyTagClassName
{
color: #9ADCC2;
}
</style>
background-color css
<style>
a { background-color: #9ADCC2; }
a { background-color: rgb(154,220,194); }
div.DivClassName
{
background-color: #9ADCC2;
}
.BgClassName
{
background-color: #9ADCC2;
}
</style>
border-color css
<style>
span { border-color: #9ADCC2; }
span { border-color: rgb(154,220,194); }
td.TdClassName
{
border-color: #9ADCC2;
}
.TagClassName
{
border-color: #9ADCC2;
}
</style>