Shades of Vista Blue #9ADDB5
Tints of Vista Blue #9ADDB5
RGB
CMYK
RGB Variations
Color information
#9ADDB5 (or 0x9ADDB5) is known color: Vista Blue. HEX triplet: 9A, DD and B5. RGB value is (154,221,181). Sum of RGB (Red+Green+Blue) = 154+221+181=556 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.70% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDB5 is #65224A. Grayscale: #C4C4C4. Windows color (decimal): -6627915 or 11918746. OLE color: 11918746.
HSL color Cylindrical-coordinate representation of color #9ADDB5: hue angle of 144.18º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADDB5 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 181 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.13 |
| HSL | 144.18º | 0.5% | 0.74% | - |
| HSV(B) | 144.18º | 0.3% | 0.87% | - |
| XYZ | 47.52 | 61.92 | 53.16 | - |
| YUV | 196.41 | 119.3 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 181 | 0.30 | 0 | 0.18 | 0.13 | 144.18 | 0.5 | 0.74 |
| Hex | 9A | DD | B5 | 1E | 0 | 12 | D | 90 | 32 | 4A |
| Octal | 232 | 335 | 265 | 36 | 0 | 22 | 15 | 220 | 62 | 112 |
| Binary | 10011010 | 11011101 | 10110101 | 11110 | 0 | 10010 | 1101 | 10010000 | 110010 | 1001010 |
Color Harmonies of #9ADDB5
Complementary color
Monochromatic Colors of #9ADDB5
Black with #9ADDB5
Text Example
Text Example
White with #9ADDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADDB5; }
p { color: rgb(154,221,181); }
H1.HeaderClassName
{
color: #9ADDB5;
}
.AnyTagClassName
{
color: #9ADDB5;
}
</style>
background-color css
<style>
a { background-color: #9ADDB5; }
a { background-color: rgb(154,221,181); }
div.DivClassName
{
background-color: #9ADDB5;
}
.BgClassName
{
background-color: #9ADDB5;
}
</style>
border-color css
<style>
span { border-color: #9ADDB5; }
span { border-color: rgb(154,221,181); }
td.TdClassName
{
border-color: #9ADDB5;
}
.TagClassName
{
border-color: #9ADDB5;
}
</style>