Shades of Vista Blue #9ADEB5
Tints of Vista Blue #9ADEB5
RGB
CMYK
RGB Variations
Color information
#9ADEB5 (or 0x9ADEB5) is known color: Vista Blue. HEX triplet: 9A, DE and B5. RGB value is (154,222,181). Sum of RGB (Red+Green+Blue) = 154+222+181=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADEB5 is #65214A. Grayscale: #C5C5C5. Windows color (decimal): -6627659 or 11919002. OLE color: 11919002.
HSL color Cylindrical-coordinate representation of color #9ADEB5: hue angle of 143.82º 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 #9ADEB5 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 181 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.13 |
| HSL | 143.82º | 0.51% | 0.74% | - |
| HSV(B) | 143.82º | 0.31% | 0.87% | - |
| XYZ | 47.79 | 62.45 | 53.25 | - |
| YUV | 196.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 181 | 0.31 | 0 | 0.18 | 0.13 | 143.82 | 0.51 | 0.74 |
| Hex | 9A | DE | B5 | 1F | 0 | 12 | D | 90 | 33 | 4A |
| Octal | 232 | 336 | 265 | 37 | 0 | 22 | 15 | 220 | 63 | 112 |
| Binary | 10011010 | 11011110 | 10110101 | 11111 | 0 | 10010 | 1101 | 10010000 | 110011 | 1001010 |
Color Harmonies of #9ADEB5
Complementary color
Monochromatic Colors of #9ADEB5
Black with #9ADEB5
Text Example
Text Example
White with #9ADEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADEB5; }
p { color: rgb(154,222,181); }
H1.HeaderClassName
{
color: #9ADEB5;
}
.AnyTagClassName
{
color: #9ADEB5;
}
</style>
background-color css
<style>
a { background-color: #9ADEB5; }
a { background-color: rgb(154,222,181); }
div.DivClassName
{
background-color: #9ADEB5;
}
.BgClassName
{
background-color: #9ADEB5;
}
</style>
border-color css
<style>
span { border-color: #9ADEB5; }
span { border-color: rgb(154,222,181); }
td.TdClassName
{
border-color: #9ADEB5;
}
.TagClassName
{
border-color: #9ADEB5;
}
</style>