Shades of Vista Blue #8ADDA6
Tints of Vista Blue #8ADDA6
RGB
CMYK
RGB Variations
Color information
#8ADDA6 (or 0x8ADDA6) is known color: Vista Blue. HEX triplet: 8A, DD and A6. RGB value is (138,221,166). Sum of RGB (Red+Green+Blue) = 138+221+166=525 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.29% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADDA6 is #752259. Grayscale: #BEBEBE. Windows color (decimal): -7676506 or 10935690. OLE color: 10935690.
HSL color Cylindrical-coordinate representation of color #8ADDA6: hue angle of 140.24º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADDA6 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 166 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.13 |
| HSL | 140.24º | 0.55% | 0.7% | - |
| HSV(B) | 140.24º | 0.38% | 0.87% | - |
| XYZ | 43.22 | 59.87 | 45.35 | - |
| YUV | 189.91 | 114.5 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 166 | 0.38 | 0 | 0.25 | 0.13 | 140.24 | 0.55 | 0.7 |
| Hex | 8A | DD | A6 | 26 | 0 | 19 | D | 8C | 37 | 46 |
| Octal | 212 | 335 | 246 | 46 | 0 | 31 | 15 | 214 | 67 | 106 |
| Binary | 10001010 | 11011101 | 10100110 | 100110 | 0 | 11001 | 1101 | 10001100 | 110111 | 1000110 |
Color Harmonies of #8ADDA6
Complementary color
Monochromatic Colors of #8ADDA6
Black with #8ADDA6
Text Example
Text Example
White with #8ADDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDA6; }
p { color: rgb(138,221,166); }
H1.HeaderClassName
{
color: #8ADDA6;
}
.AnyTagClassName
{
color: #8ADDA6;
}
</style>
background-color css
<style>
a { background-color: #8ADDA6; }
a { background-color: rgb(138,221,166); }
div.DivClassName
{
background-color: #8ADDA6;
}
.BgClassName
{
background-color: #8ADDA6;
}
</style>
border-color css
<style>
span { border-color: #8ADDA6; }
span { border-color: rgb(138,221,166); }
td.TdClassName
{
border-color: #8ADDA6;
}
.TagClassName
{
border-color: #8ADDA6;
}
</style>