Shades of Vista Blue #9ADEC3
Tints of Vista Blue #9ADEC3
RGB
CMYK
RGB Variations
Color information
#9ADEC3 (or 0x9ADEC3) is known color: Vista Blue. HEX triplet: 9A, DE and C3. RGB value is (154,222,195). Sum of RGB (Red+Green+Blue) = 154+222+195=571 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.97% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 195 (76.56% from 255 or 34.15% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADEC3 is #65213C. Grayscale: #C6C6C6. Windows color (decimal): -6627645 or 12836506. OLE color: 12836506.
HSL color Cylindrical-coordinate representation of color #9ADEC3: hue angle of 156.18º 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 #9ADEC3 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 195 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.13 |
| HSL | 156.18º | 0.51% | 0.74% | - |
| HSV(B) | 156.18º | 0.31% | 0.87% | - |
| XYZ | 49.3 | 63.05 | 61.2 | - |
| YUV | 198.59 | 125.97 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 195 | 0.31 | 0 | 0.12 | 0.13 | 156.18 | 0.51 | 0.74 |
| Hex | 9A | DE | C3 | 1F | 0 | C | D | 9C | 33 | 4A |
| Octal | 232 | 336 | 303 | 37 | 0 | 14 | 15 | 234 | 63 | 112 |
| Binary | 10011010 | 11011110 | 11000011 | 11111 | 0 | 1100 | 1101 | 10011100 | 110011 | 1001010 |
Color Harmonies of #9ADEC3
Complementary color
Monochromatic Colors of #9ADEC3
Black with #9ADEC3
Text Example
Text Example
White with #9ADEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADEC3; }
p { color: rgb(154,222,195); }
H1.HeaderClassName
{
color: #9ADEC3;
}
.AnyTagClassName
{
color: #9ADEC3;
}
</style>
background-color css
<style>
a { background-color: #9ADEC3; }
a { background-color: rgb(154,222,195); }
div.DivClassName
{
background-color: #9ADEC3;
}
.BgClassName
{
background-color: #9ADEC3;
}
</style>
border-color css
<style>
span { border-color: #9ADEC3; }
span { border-color: rgb(154,222,195); }
td.TdClassName
{
border-color: #9ADEC3;
}
.TagClassName
{
border-color: #9ADEC3;
}
</style>