Shades of Vista Blue #9ADEBC
Tints of Vista Blue #9ADEBC
RGB
CMYK
RGB Variations
Color information
#9ADEBC (or 0x9ADEBC) is known color: Vista Blue. HEX triplet: 9A, DE and BC. RGB value is (154,222,188). Sum of RGB (Red+Green+Blue) = 154+222+188=564 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.30% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADEBC is #652143. Grayscale: #C5C5C5. Windows color (decimal): -6627652 or 12377754. OLE color: 12377754.
HSL color Cylindrical-coordinate representation of color #9ADEBC: hue angle of 150º 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 #9ADEBC is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 188 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.13 |
| HSL | 150º | 0.51% | 0.74% | - |
| HSV(B) | 150º | 0.31% | 0.87% | - |
| XYZ | 48.52 | 62.74 | 57.13 | - |
| YUV | 197.79 | 122.47 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 188 | 0.31 | 0 | 0.15 | 0.13 | 150 | 0.51 | 0.74 |
| Hex | 9A | DE | BC | 1F | 0 | F | D | 96 | 33 | 4A |
| Octal | 232 | 336 | 274 | 37 | 0 | 17 | 15 | 226 | 63 | 112 |
| Binary | 10011010 | 11011110 | 10111100 | 11111 | 0 | 1111 | 1101 | 10010110 | 110011 | 1001010 |
Color Harmonies of #9ADEBC
Complementary color
Monochromatic Colors of #9ADEBC
Black with #9ADEBC
Text Example
Text Example
White with #9ADEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADEBC; }
p { color: rgb(154,222,188); }
H1.HeaderClassName
{
color: #9ADEBC;
}
.AnyTagClassName
{
color: #9ADEBC;
}
</style>
background-color css
<style>
a { background-color: #9ADEBC; }
a { background-color: rgb(154,222,188); }
div.DivClassName
{
background-color: #9ADEBC;
}
.BgClassName
{
background-color: #9ADEBC;
}
</style>
border-color css
<style>
span { border-color: #9ADEBC; }
span { border-color: rgb(154,222,188); }
td.TdClassName
{
border-color: #9ADEBC;
}
.TagClassName
{
border-color: #9ADEBC;
}
</style>