Shades of Vista Blue #9ADFBF
Tints of Vista Blue #9ADFBF
RGB
CMYK
RGB Variations
Color information
#9ADFBF (or 0x9ADFBF) is known color: Vista Blue. HEX triplet: 9A, DF and BF. RGB value is (154,223,191). Sum of RGB (Red+Green+Blue) = 154+223+191=568 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.11% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADFBF is #652040. Grayscale: #C6C6C6. Windows color (decimal): -6627393 or 12574618. OLE color: 12574618.
HSL color Cylindrical-coordinate representation of color #9ADFBF: hue angle of 152.17º 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 #9ADFBF is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 223 | 191 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.13 |
| HSL | 152.17º | 0.52% | 0.74% | - |
| HSV(B) | 152.17º | 0.31% | 0.87% | - |
| XYZ | 49.12 | 63.41 | 58.94 | - |
| YUV | 198.72 | 123.64 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 223 | 191 | 0.31 | 0 | 0.14 | 0.13 | 152.17 | 0.52 | 0.74 |
| Hex | 9A | DF | BF | 1F | 0 | E | D | 98 | 34 | 4A |
| Octal | 232 | 337 | 277 | 37 | 0 | 16 | 15 | 230 | 64 | 112 |
| Binary | 10011010 | 11011111 | 10111111 | 11111 | 0 | 1110 | 1101 | 10011000 | 110100 | 1001010 |
Color Harmonies of #9ADFBF
Complementary color
Monochromatic Colors of #9ADFBF
Black with #9ADFBF
Text Example
Text Example
White with #9ADFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADFBF; }
p { color: rgb(154,223,191); }
H1.HeaderClassName
{
color: #9ADFBF;
}
.AnyTagClassName
{
color: #9ADFBF;
}
</style>
background-color css
<style>
a { background-color: #9ADFBF; }
a { background-color: rgb(154,223,191); }
div.DivClassName
{
background-color: #9ADFBF;
}
.BgClassName
{
background-color: #9ADFBF;
}
</style>
border-color css
<style>
span { border-color: #9ADFBF; }
span { border-color: rgb(154,223,191); }
td.TdClassName
{
border-color: #9ADFBF;
}
.TagClassName
{
border-color: #9ADFBF;
}
</style>