Shades of Vista Blue #8ADCB0
Tints of Vista Blue #8ADCB0
RGB
CMYK
RGB Variations
Color information
#8ADCB0 (or 0x8ADCB0) is known color: Vista Blue. HEX triplet: 8A, DC and B0. RGB value is (138,220,176). Sum of RGB (Red+Green+Blue) = 138+220+176=534 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.84% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADCB0 is #75234F. Grayscale: #BEBEBE. Windows color (decimal): -7676752 or 11590794. OLE color: 11590794.
HSL color Cylindrical-coordinate representation of color #8ADCB0: hue angle of 147.8º 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 #8ADCB0 is Cyan = 0.37, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 176 | - |
| CMYK | 0.37 | 0 | 0.2 | 0.14 |
| HSL | 147.8º | 0.54% | 0.7% | - |
| HSV(B) | 147.8º | 0.37% | 0.86% | - |
| XYZ | 43.91 | 59.72 | 50.29 | - |
| YUV | 190.47 | 119.83 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 176 | 0.37 | 0 | 0.2 | 0.14 | 147.8 | 0.54 | 0.7 |
| Hex | 8A | DC | B0 | 25 | 0 | 14 | E | 94 | 36 | 46 |
| Octal | 212 | 334 | 260 | 45 | 0 | 24 | 16 | 224 | 66 | 106 |
| Binary | 10001010 | 11011100 | 10110000 | 100101 | 0 | 10100 | 1110 | 10010100 | 110110 | 1000110 |
Color Harmonies of #8ADCB0
Complementary color
Monochromatic Colors of #8ADCB0
Black with #8ADCB0
Text Example
Text Example
White with #8ADCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADCB0; }
p { color: rgb(138,220,176); }
H1.HeaderClassName
{
color: #8ADCB0;
}
.AnyTagClassName
{
color: #8ADCB0;
}
</style>
background-color css
<style>
a { background-color: #8ADCB0; }
a { background-color: rgb(138,220,176); }
div.DivClassName
{
background-color: #8ADCB0;
}
.BgClassName
{
background-color: #8ADCB0;
}
</style>
border-color css
<style>
span { border-color: #8ADCB0; }
span { border-color: rgb(138,220,176); }
td.TdClassName
{
border-color: #8ADCB0;
}
.TagClassName
{
border-color: #8ADCB0;
}
</style>