Shades of Vista Blue #9ADEC0
Tints of Vista Blue #9ADEC0
RGB
CMYK
RGB Variations
Color information
#9ADEC0 (or 0x9ADEC0) is known color: Vista Blue. HEX triplet: 9A, DE and C0. RGB value is (154,222,192). Sum of RGB (Red+Green+Blue) = 154+222+192=568 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.11% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADEC0 is #65213F. Grayscale: #C6C6C6. Windows color (decimal): -6627648 or 12639898. OLE color: 12639898.
HSL color Cylindrical-coordinate representation of color #9ADEC0: hue angle of 153.53º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADEC0 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 192 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.13 |
| HSL | 153.53º | 0.51% | 0.74% | - |
| HSV(B) | 153.53º | 0.31% | 0.87% | - |
| XYZ | 48.96 | 62.92 | 59.43 | - |
| YUV | 198.25 | 124.47 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 192 | 0.31 | 0 | 0.14 | 0.13 | 153.53 | 0.51 | 0.74 |
| Hex | 9A | DE | C0 | 1F | 0 | E | D | 9A | 33 | 4A |
| Octal | 232 | 336 | 300 | 37 | 0 | 16 | 15 | 232 | 63 | 112 |
| Binary | 10011010 | 11011110 | 11000000 | 11111 | 0 | 1110 | 1101 | 10011010 | 110011 | 1001010 |
Color Harmonies of #9ADEC0
Complementary color
Monochromatic Colors of #9ADEC0
Black with #9ADEC0
Text Example
Text Example
White with #9ADEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADEC0; }
p { color: rgb(154,222,192); }
H1.HeaderClassName
{
color: #9ADEC0;
}
.AnyTagClassName
{
color: #9ADEC0;
}
</style>
background-color css
<style>
a { background-color: #9ADEC0; }
a { background-color: rgb(154,222,192); }
div.DivClassName
{
background-color: #9ADEC0;
}
.BgClassName
{
background-color: #9ADEC0;
}
</style>
border-color css
<style>
span { border-color: #9ADEC0; }
span { border-color: rgb(154,222,192); }
td.TdClassName
{
border-color: #9ADEC0;
}
.TagClassName
{
border-color: #9ADEC0;
}
</style>