Shades of Vista Blue #9ADEBE
Tints of Vista Blue #9ADEBE
RGB
CMYK
RGB Variations
Color information
#9ADEBE (or 0x9ADEBE) is known color: Vista Blue. HEX triplet: 9A, DE and BE. RGB value is (154,222,190). Sum of RGB (Red+Green+Blue) = 154+222+190=566 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.21% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADEBE is #652141. Grayscale: #C6C6C6. Windows color (decimal): -6627650 or 12508826. OLE color: 12508826.
HSL color Cylindrical-coordinate representation of color #9ADEBE: hue angle of 151.76º 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 #9ADEBE is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 190 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.13 |
| HSL | 151.76º | 0.51% | 0.74% | - |
| HSV(B) | 151.76º | 0.31% | 0.87% | - |
| XYZ | 48.74 | 62.83 | 58.27 | - |
| YUV | 198.02 | 123.47 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 190 | 0.31 | 0 | 0.14 | 0.13 | 151.76 | 0.51 | 0.74 |
| Hex | 9A | DE | BE | 1F | 0 | E | D | 98 | 33 | 4A |
| Octal | 232 | 336 | 276 | 37 | 0 | 16 | 15 | 230 | 63 | 112 |
| Binary | 10011010 | 11011110 | 10111110 | 11111 | 0 | 1110 | 1101 | 10011000 | 110011 | 1001010 |
Color Harmonies of #9ADEBE
Complementary color
Monochromatic Colors of #9ADEBE
Black with #9ADEBE
Text Example
Text Example
White with #9ADEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADEBE; }
p { color: rgb(154,222,190); }
H1.HeaderClassName
{
color: #9ADEBE;
}
.AnyTagClassName
{
color: #9ADEBE;
}
</style>
background-color css
<style>
a { background-color: #9ADEBE; }
a { background-color: rgb(154,222,190); }
div.DivClassName
{
background-color: #9ADEBE;
}
.BgClassName
{
background-color: #9ADEBE;
}
</style>
border-color css
<style>
span { border-color: #9ADEBE; }
span { border-color: rgb(154,222,190); }
td.TdClassName
{
border-color: #9ADEBE;
}
.TagClassName
{
border-color: #9ADEBE;
}
</style>