Shades of Vista Blue #9ADDC0
Tints of Vista Blue #9ADDC0
RGB
CMYK
RGB Variations
Color information
#9ADDC0 (or 0x9ADDC0) is known color: Vista Blue. HEX triplet: 9A, DD and C0. RGB value is (154,221,192). Sum of RGB (Red+Green+Blue) = 154+221+192=567 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.16% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDC0 is #65223F. Grayscale: #C5C5C5. Windows color (decimal): -6627904 or 12639642. OLE color: 12639642.
HSL color Cylindrical-coordinate representation of color #9ADDC0: hue angle of 154.03º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADDC0 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 192 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.13 |
| HSL | 154.03º | 0.5% | 0.74% | - |
| HSV(B) | 154.03º | 0.3% | 0.87% | - |
| XYZ | 48.7 | 62.39 | 59.34 | - |
| YUV | 197.66 | 124.8 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 192 | 0.30 | 0 | 0.13 | 0.13 | 154.03 | 0.5 | 0.74 |
| Hex | 9A | DD | C0 | 1E | 0 | D | D | 9A | 32 | 4A |
| Octal | 232 | 335 | 300 | 36 | 0 | 15 | 15 | 232 | 62 | 112 |
| Binary | 10011010 | 11011101 | 11000000 | 11110 | 0 | 1101 | 1101 | 10011010 | 110010 | 1001010 |
Color Harmonies of #9ADDC0
Complementary color
Monochromatic Colors of #9ADDC0
Black with #9ADDC0
Text Example
Text Example
White with #9ADDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADDC0; }
p { color: rgb(154,221,192); }
H1.HeaderClassName
{
color: #9ADDC0;
}
.AnyTagClassName
{
color: #9ADDC0;
}
</style>
background-color css
<style>
a { background-color: #9ADDC0; }
a { background-color: rgb(154,221,192); }
div.DivClassName
{
background-color: #9ADDC0;
}
.BgClassName
{
background-color: #9ADDC0;
}
</style>
border-color css
<style>
span { border-color: #9ADDC0; }
span { border-color: rgb(154,221,192); }
td.TdClassName
{
border-color: #9ADDC0;
}
.TagClassName
{
border-color: #9ADDC0;
}
</style>