Shades of Vista Blue #9ADFBD
Tints of Vista Blue #9ADFBD
RGB
CMYK
RGB Variations
Color information
#9ADFBD (or 0x9ADFBD) is known color: Vista Blue. HEX triplet: 9A, DF and BD. RGB value is (154,223,189). Sum of RGB (Red+Green+Blue) = 154+223+189=566 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.21% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADFBD is #652042. Grayscale: #C6C6C6. Windows color (decimal): -6627395 or 12443546. OLE color: 12443546.
HSL color Cylindrical-coordinate representation of color #9ADFBD: hue angle of 150.43º degrees, saturation: 0.52, 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 #9ADFBD is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 223 | 189 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.13 |
| HSL | 150.43º | 0.52% | 0.74% | - |
| HSV(B) | 150.43º | 0.31% | 0.87% | - |
| XYZ | 48.9 | 63.32 | 57.79 | - |
| YUV | 198.49 | 122.64 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 223 | 189 | 0.31 | 0 | 0.15 | 0.13 | 150.43 | 0.52 | 0.74 |
| Hex | 9A | DF | BD | 1F | 0 | F | D | 96 | 34 | 4A |
| Octal | 232 | 337 | 275 | 37 | 0 | 17 | 15 | 226 | 64 | 112 |
| Binary | 10011010 | 11011111 | 10111101 | 11111 | 0 | 1111 | 1101 | 10010110 | 110100 | 1001010 |
Color Harmonies of #9ADFBD
Complementary color
Monochromatic Colors of #9ADFBD
Black with #9ADFBD
Text Example
Text Example
White with #9ADFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADFBD; }
p { color: rgb(154,223,189); }
H1.HeaderClassName
{
color: #9ADFBD;
}
.AnyTagClassName
{
color: #9ADFBD;
}
</style>
background-color css
<style>
a { background-color: #9ADFBD; }
a { background-color: rgb(154,223,189); }
div.DivClassName
{
background-color: #9ADFBD;
}
.BgClassName
{
background-color: #9ADFBD;
}
</style>
border-color css
<style>
span { border-color: #9ADFBD; }
span { border-color: rgb(154,223,189); }
td.TdClassName
{
border-color: #9ADFBD;
}
.TagClassName
{
border-color: #9ADFBD;
}
</style>