Shades of Vista Blue #9ADEBB
Tints of Vista Blue #9ADEBB
RGB
CMYK
RGB Variations
Color information
#9ADEBB (or 0x9ADEBB) is known color: Vista Blue. HEX triplet: 9A, DE and BB. RGB value is (154,222,187). Sum of RGB (Red+Green+Blue) = 154+222+187=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADEBB is #652144. Grayscale: #C5C5C5. Windows color (decimal): -6627653 or 12312218. OLE color: 12312218.
HSL color Cylindrical-coordinate representation of color #9ADEBB: hue angle of 149.12º 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 #9ADEBB is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 187 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.13 |
| HSL | 149.12º | 0.51% | 0.74% | - |
| HSV(B) | 149.12º | 0.31% | 0.87% | - |
| XYZ | 48.42 | 62.7 | 56.56 | - |
| YUV | 197.68 | 121.97 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 187 | 0.31 | 0 | 0.16 | 0.13 | 149.12 | 0.51 | 0.74 |
| Hex | 9A | DE | BB | 1F | 0 | 10 | D | 95 | 33 | 4A |
| Octal | 232 | 336 | 273 | 37 | 0 | 20 | 15 | 225 | 63 | 112 |
| Binary | 10011010 | 11011110 | 10111011 | 11111 | 0 | 10000 | 1101 | 10010101 | 110011 | 1001010 |
Color Harmonies of #9ADEBB
Complementary color
Monochromatic Colors of #9ADEBB
Black with #9ADEBB
Text Example
Text Example
White with #9ADEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADEBB; }
p { color: rgb(154,222,187); }
H1.HeaderClassName
{
color: #9ADEBB;
}
.AnyTagClassName
{
color: #9ADEBB;
}
</style>
background-color css
<style>
a { background-color: #9ADEBB; }
a { background-color: rgb(154,222,187); }
div.DivClassName
{
background-color: #9ADEBB;
}
.BgClassName
{
background-color: #9ADEBB;
}
</style>
border-color css
<style>
span { border-color: #9ADEBB; }
span { border-color: rgb(154,222,187); }
td.TdClassName
{
border-color: #9ADEBB;
}
.TagClassName
{
border-color: #9ADEBB;
}
</style>