Shades of Vista Blue #9AD3BB
Tints of Vista Blue #9AD3BB
RGB
CMYK
RGB Variations
Color information
#9AD3BB (or 0x9AD3BB) is known color: Vista Blue. HEX triplet: 9A, D3 and BB. RGB value is (154,211,187). Sum of RGB (Red+Green+Blue) = 154+211+187=552 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.90% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD3BB is #652C44. Grayscale: #BFBFBF. Windows color (decimal): -6630469 or 12309402. OLE color: 12309402.
HSL color Cylindrical-coordinate representation of color #9AD3BB: hue angle of 154.74º degrees, saturation: 0.39, 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 #9AD3BB is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 211 | 187 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.17 |
| HSL | 154.74º | 0.39% | 0.72% | - |
| HSV(B) | 154.74º | 0.27% | 0.83% | - |
| XYZ | 45.59 | 57.05 | 55.62 | - |
| YUV | 191.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 211 | 187 | 0.27 | 0 | 0.11 | 0.17 | 154.74 | 0.39 | 0.72 |
| Hex | 9A | D3 | BB | 1B | 0 | B | 11 | 9B | 27 | 48 |
| Octal | 232 | 323 | 273 | 33 | 0 | 13 | 21 | 233 | 47 | 110 |
| Binary | 10011010 | 11010011 | 10111011 | 11011 | 0 | 1011 | 10001 | 10011011 | 100111 | 1001000 |
Color Harmonies of #9AD3BB
Complementary color
Monochromatic Colors of #9AD3BB
Black with #9AD3BB
Text Example
Text Example
White with #9AD3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD3BB; }
p { color: rgb(154,211,187); }
H1.HeaderClassName
{
color: #9AD3BB;
}
.AnyTagClassName
{
color: #9AD3BB;
}
</style>
background-color css
<style>
a { background-color: #9AD3BB; }
a { background-color: rgb(154,211,187); }
div.DivClassName
{
background-color: #9AD3BB;
}
.BgClassName
{
background-color: #9AD3BB;
}
</style>
border-color css
<style>
span { border-color: #9AD3BB; }
span { border-color: rgb(154,211,187); }
td.TdClassName
{
border-color: #9AD3BB;
}
.TagClassName
{
border-color: #9AD3BB;
}
</style>