Shades of Vista Blue #9AD8BE
Tints of Vista Blue #9AD8BE
RGB
CMYK
RGB Variations
Color information
#9AD8BE (or 0x9AD8BE) is known color: Vista Blue. HEX triplet: 9A, D8 and BE. RGB value is (154,216,190). Sum of RGB (Red+Green+Blue) = 154+216+190=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD8BE is #652741. Grayscale: #C2C2C2. Windows color (decimal): -6629186 or 12507290. OLE color: 12507290.
HSL color Cylindrical-coordinate representation of color #9AD8BE: hue angle of 154.84º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AD8BE is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 216 | 190 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.15 |
| HSL | 154.84º | 0.44% | 0.73% | - |
| HSV(B) | 154.84º | 0.29% | 0.85% | - |
| XYZ | 47.18 | 59.7 | 57.75 | - |
| YUV | 194.5 | 125.46 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 216 | 190 | 0.29 | 0 | 0.12 | 0.15 | 154.84 | 0.44 | 0.73 |
| Hex | 9A | D8 | BE | 1D | 0 | C | F | 9B | 2C | 49 |
| Octal | 232 | 330 | 276 | 35 | 0 | 14 | 17 | 233 | 54 | 111 |
| Binary | 10011010 | 11011000 | 10111110 | 11101 | 0 | 1100 | 1111 | 10011011 | 101100 | 1001001 |
Color Harmonies of #9AD8BE
Complementary color
Monochromatic Colors of #9AD8BE
Black with #9AD8BE
Text Example
Text Example
White with #9AD8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD8BE; }
p { color: rgb(154,216,190); }
H1.HeaderClassName
{
color: #9AD8BE;
}
.AnyTagClassName
{
color: #9AD8BE;
}
</style>
background-color css
<style>
a { background-color: #9AD8BE; }
a { background-color: rgb(154,216,190); }
div.DivClassName
{
background-color: #9AD8BE;
}
.BgClassName
{
background-color: #9AD8BE;
}
</style>
border-color css
<style>
span { border-color: #9AD8BE; }
span { border-color: rgb(154,216,190); }
td.TdClassName
{
border-color: #9AD8BE;
}
.TagClassName
{
border-color: #9AD8BE;
}
</style>