Shades of Vista Blue #9AD4BC
Tints of Vista Blue #9AD4BC
RGB
CMYK
RGB Variations
Color information
#9AD4BC (or 0x9AD4BC) is known color: Vista Blue. HEX triplet: 9A, D4 and BC. RGB value is (154,212,188). Sum of RGB (Red+Green+Blue) = 154+212+188=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 212 - color contains mainly: green. Hex color #9AD4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD4BC is #652B43. Grayscale: #BFBFBF. Windows color (decimal): -6630212 or 12375194. OLE color: 12375194.
HSL color Cylindrical-coordinate representation of color #9AD4BC: hue angle of 155.17º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AD4BC is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 212 | 188 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.17 |
| HSL | 155.17º | 0.4% | 0.72% | - |
| HSV(B) | 155.17º | 0.27% | 0.83% | - |
| XYZ | 45.95 | 57.59 | 56.27 | - |
| YUV | 191.92 | 125.78 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 212 | 188 | 0.27 | 0 | 0.11 | 0.17 | 155.17 | 0.4 | 0.72 |
| Hex | 9A | D4 | BC | 1B | 0 | B | 11 | 9B | 28 | 48 |
| Octal | 232 | 324 | 274 | 33 | 0 | 13 | 21 | 233 | 50 | 110 |
| Binary | 10011010 | 11010100 | 10111100 | 11011 | 0 | 1011 | 10001 | 10011011 | 101000 | 1001000 |
Color Harmonies of #9AD4BC
Complementary color
Monochromatic Colors of #9AD4BC
Black with #9AD4BC
Text Example
Text Example
White with #9AD4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD4BC; }
p { color: rgb(154,212,188); }
H1.HeaderClassName
{
color: #9AD4BC;
}
.AnyTagClassName
{
color: #9AD4BC;
}
</style>
background-color css
<style>
a { background-color: #9AD4BC; }
a { background-color: rgb(154,212,188); }
div.DivClassName
{
background-color: #9AD4BC;
}
.BgClassName
{
background-color: #9AD4BC;
}
</style>
border-color css
<style>
span { border-color: #9AD4BC; }
span { border-color: rgb(154,212,188); }
td.TdClassName
{
border-color: #9AD4BC;
}
.TagClassName
{
border-color: #9AD4BC;
}
</style>