Shades of Vista Blue #9ADEC1
Tints of Vista Blue #9ADEC1
RGB
CMYK
RGB Variations
Color information
#9ADEC1 (or 0x9ADEC1) is known color: Vista Blue. HEX triplet: 9A, DE and C1. RGB value is (154,222,193). Sum of RGB (Red+Green+Blue) = 154+222+193=569 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.07% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADEC1 is #65213E. Grayscale: #C6C6C6. Windows color (decimal): -6627647 or 12705434. OLE color: 12705434.
HSL color Cylindrical-coordinate representation of color #9ADEC1: hue angle of 154.41º 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 #9ADEC1 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 193 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.13 |
| HSL | 154.41º | 0.51% | 0.74% | - |
| HSV(B) | 154.41º | 0.31% | 0.87% | - |
| XYZ | 49.07 | 62.96 | 60.02 | - |
| YUV | 198.36 | 124.97 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 193 | 0.31 | 0 | 0.13 | 0.13 | 154.41 | 0.51 | 0.74 |
| Hex | 9A | DE | C1 | 1F | 0 | D | D | 9A | 33 | 4A |
| Octal | 232 | 336 | 301 | 37 | 0 | 15 | 15 | 232 | 63 | 112 |
| Binary | 10011010 | 11011110 | 11000001 | 11111 | 0 | 1101 | 1101 | 10011010 | 110011 | 1001010 |
Color Harmonies of #9ADEC1
Complementary color
Monochromatic Colors of #9ADEC1
Black with #9ADEC1
Text Example
Text Example
White with #9ADEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADEC1; }
p { color: rgb(154,222,193); }
H1.HeaderClassName
{
color: #9ADEC1;
}
.AnyTagClassName
{
color: #9ADEC1;
}
</style>
background-color css
<style>
a { background-color: #9ADEC1; }
a { background-color: rgb(154,222,193); }
div.DivClassName
{
background-color: #9ADEC1;
}
.BgClassName
{
background-color: #9ADEC1;
}
</style>
border-color css
<style>
span { border-color: #9ADEC1; }
span { border-color: rgb(154,222,193); }
td.TdClassName
{
border-color: #9ADEC1;
}
.TagClassName
{
border-color: #9ADEC1;
}
</style>