Shades of Vista Blue #9ADCBC
Tints of Vista Blue #9ADCBC
RGB
CMYK
RGB Variations
Color information
#9ADCBC (or 0x9ADCBC) is known color: Vista Blue. HEX triplet: 9A, DC and BC. RGB value is (154,220,188). Sum of RGB (Red+Green+Blue) = 154+220+188=562 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.40% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCBC is #652343. Grayscale: #C4C4C4. Windows color (decimal): -6628164 or 12377242. OLE color: 12377242.
HSL color Cylindrical-coordinate representation of color #9ADCBC: hue angle of 150.91º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADCBC is Cyan = 0.3, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 188 | - |
| CMYK | 0.3 | 0 | 0.15 | 0.14 |
| HSL | 150.91º | 0.49% | 0.73% | - |
| HSV(B) | 150.91º | 0.3% | 0.86% | - |
| XYZ | 48 | 61.69 | 56.95 | - |
| YUV | 196.62 | 123.13 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 188 | 0.3 | 0 | 0.15 | 0.14 | 150.91 | 0.49 | 0.73 |
| Hex | 9A | DC | BC | 1E | 0 | F | E | 97 | 31 | 49 |
| Octal | 232 | 334 | 274 | 36 | 0 | 17 | 16 | 227 | 61 | 111 |
| Binary | 10011010 | 11011100 | 10111100 | 11110 | 0 | 1111 | 1110 | 10010111 | 110001 | 1001001 |
Color Harmonies of #9ADCBC
Complementary color
Monochromatic Colors of #9ADCBC
Black with #9ADCBC
Text Example
Text Example
White with #9ADCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCBC; }
p { color: rgb(154,220,188); }
H1.HeaderClassName
{
color: #9ADCBC;
}
.AnyTagClassName
{
color: #9ADCBC;
}
</style>
background-color css
<style>
a { background-color: #9ADCBC; }
a { background-color: rgb(154,220,188); }
div.DivClassName
{
background-color: #9ADCBC;
}
.BgClassName
{
background-color: #9ADCBC;
}
</style>
border-color css
<style>
span { border-color: #9ADCBC; }
span { border-color: rgb(154,220,188); }
td.TdClassName
{
border-color: #9ADCBC;
}
.TagClassName
{
border-color: #9ADCBC;
}
</style>