Shades of Vista Blue #9ADFB8
Tints of Vista Blue #9ADFB8
RGB
CMYK
RGB Variations
Color information
#9ADFB8 (or 0x9ADFB8) is known color: Vista Blue. HEX triplet: 9A, DF and B8. RGB value is (154,223,184). Sum of RGB (Red+Green+Blue) = 154+223+184=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADFB8 is #652047. Grayscale: #C6C6C6. Windows color (decimal): -6627400 or 12115866. OLE color: 12115866.
HSL color Cylindrical-coordinate representation of color #9ADFB8: hue angle of 146.09º 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 #9ADFB8 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 223 | 184 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.13 |
| HSL | 146.09º | 0.52% | 0.74% | - |
| HSV(B) | 146.09º | 0.31% | 0.87% | - |
| XYZ | 48.37 | 63.11 | 54.98 | - |
| YUV | 197.92 | 120.14 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 223 | 184 | 0.31 | 0 | 0.17 | 0.13 | 146.09 | 0.52 | 0.74 |
| Hex | 9A | DF | B8 | 1F | 0 | 11 | D | 92 | 34 | 4A |
| Octal | 232 | 337 | 270 | 37 | 0 | 21 | 15 | 222 | 64 | 112 |
| Binary | 10011010 | 11011111 | 10111000 | 11111 | 0 | 10001 | 1101 | 10010010 | 110100 | 1001010 |
Color Harmonies of #9ADFB8
Complementary color
Monochromatic Colors of #9ADFB8
Black with #9ADFB8
Text Example
Text Example
White with #9ADFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADFB8; }
p { color: rgb(154,223,184); }
H1.HeaderClassName
{
color: #9ADFB8;
}
.AnyTagClassName
{
color: #9ADFB8;
}
</style>
background-color css
<style>
a { background-color: #9ADFB8; }
a { background-color: rgb(154,223,184); }
div.DivClassName
{
background-color: #9ADFB8;
}
.BgClassName
{
background-color: #9ADFB8;
}
</style>
border-color css
<style>
span { border-color: #9ADFB8; }
span { border-color: rgb(154,223,184); }
td.TdClassName
{
border-color: #9ADFB8;
}
.TagClassName
{
border-color: #9ADFB8;
}
</style>