Shades of Vista Blue #9ADEBA
Tints of Vista Blue #9ADEBA
RGB
CMYK
RGB Variations
Color information
#9ADEBA (or 0x9ADEBA) is known color: Vista Blue. HEX triplet: 9A, DE and BA. RGB value is (154,222,186). Sum of RGB (Red+Green+Blue) = 154+222+186=562 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.40% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADEBA is #652145. Grayscale: #C5C5C5. Windows color (decimal): -6627654 or 12246682. OLE color: 12246682.
HSL color Cylindrical-coordinate representation of color #9ADEBA: hue angle of 148.24º 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 #9ADEBA is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 186 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.13 |
| HSL | 148.24º | 0.51% | 0.74% | - |
| HSV(B) | 148.24º | 0.31% | 0.87% | - |
| XYZ | 48.31 | 62.66 | 56 | - |
| YUV | 197.56 | 121.47 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 186 | 0.31 | 0 | 0.16 | 0.13 | 148.24 | 0.51 | 0.74 |
| Hex | 9A | DE | BA | 1F | 0 | 10 | D | 94 | 33 | 4A |
| Octal | 232 | 336 | 272 | 37 | 0 | 20 | 15 | 224 | 63 | 112 |
| Binary | 10011010 | 11011110 | 10111010 | 11111 | 0 | 10000 | 1101 | 10010100 | 110011 | 1001010 |
Color Harmonies of #9ADEBA
Complementary color
Monochromatic Colors of #9ADEBA
Black with #9ADEBA
Text Example
Text Example
White with #9ADEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADEBA; }
p { color: rgb(154,222,186); }
H1.HeaderClassName
{
color: #9ADEBA;
}
.AnyTagClassName
{
color: #9ADEBA;
}
</style>
background-color css
<style>
a { background-color: #9ADEBA; }
a { background-color: rgb(154,222,186); }
div.DivClassName
{
background-color: #9ADEBA;
}
.BgClassName
{
background-color: #9ADEBA;
}
</style>
border-color css
<style>
span { border-color: #9ADEBA; }
span { border-color: rgb(154,222,186); }
td.TdClassName
{
border-color: #9ADEBA;
}
.TagClassName
{
border-color: #9ADEBA;
}
</style>