Shades of Vista Blue #8ADCAC
Tints of Vista Blue #8ADCAC
RGB
CMYK
RGB Variations
Color information
#8ADCAC (or 0x8ADCAC) is known color: Vista Blue. HEX triplet: 8A, DC and AC. RGB value is (138,220,172). Sum of RGB (Red+Green+Blue) = 138+220+172=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADCAC is #752353. Grayscale: #BEBEBE. Windows color (decimal): -7676756 or 11328650. OLE color: 11328650.
HSL color Cylindrical-coordinate representation of color #8ADCAC: hue angle of 144.88º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADCAC is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 172 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.14 |
| HSL | 144.88º | 0.54% | 0.7% | - |
| HSV(B) | 144.88º | 0.37% | 0.86% | - |
| XYZ | 43.52 | 59.57 | 48.23 | - |
| YUV | 190.01 | 117.83 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 172 | 0.37 | 0 | 0.22 | 0.14 | 144.88 | 0.54 | 0.7 |
| Hex | 8A | DC | AC | 25 | 0 | 16 | E | 91 | 36 | 46 |
| Octal | 212 | 334 | 254 | 45 | 0 | 26 | 16 | 221 | 66 | 106 |
| Binary | 10001010 | 11011100 | 10101100 | 100101 | 0 | 10110 | 1110 | 10010001 | 110110 | 1000110 |
Color Harmonies of #8ADCAC
Complementary color
Monochromatic Colors of #8ADCAC
Black with #8ADCAC
Text Example
Text Example
White with #8ADCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADCAC; }
p { color: rgb(138,220,172); }
H1.HeaderClassName
{
color: #8ADCAC;
}
.AnyTagClassName
{
color: #8ADCAC;
}
</style>
background-color css
<style>
a { background-color: #8ADCAC; }
a { background-color: rgb(138,220,172); }
div.DivClassName
{
background-color: #8ADCAC;
}
.BgClassName
{
background-color: #8ADCAC;
}
</style>
border-color css
<style>
span { border-color: #8ADCAC; }
span { border-color: rgb(138,220,172); }
td.TdClassName
{
border-color: #8ADCAC;
}
.TagClassName
{
border-color: #8ADCAC;
}
</style>