Shades of Vista Blue #8ADCB5
Tints of Vista Blue #8ADCB5
RGB
CMYK
RGB Variations
Color information
#8ADCB5 (or 0x8ADCB5) is known color: Vista Blue. HEX triplet: 8A, DC and B5. RGB value is (138,220,181). Sum of RGB (Red+Green+Blue) = 138+220+181=539 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.60% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCB5 is #75234A. Grayscale: #BFBFBF. Windows color (decimal): -7676747 or 11918474. OLE color: 11918474.
HSL color Cylindrical-coordinate representation of color #8ADCB5: hue angle of 151.46º 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 #8ADCB5 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 181 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.14 |
| HSL | 151.46º | 0.54% | 0.7% | - |
| HSV(B) | 151.46º | 0.37% | 0.86% | - |
| XYZ | 44.41 | 59.93 | 52.94 | - |
| YUV | 191.04 | 122.33 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 181 | 0.37 | 0 | 0.18 | 0.14 | 151.46 | 0.54 | 0.7 |
| Hex | 8A | DC | B5 | 25 | 0 | 12 | E | 97 | 36 | 46 |
| Octal | 212 | 334 | 265 | 45 | 0 | 22 | 16 | 227 | 66 | 106 |
| Binary | 10001010 | 11011100 | 10110101 | 100101 | 0 | 10010 | 1110 | 10010111 | 110110 | 1000110 |
Color Harmonies of #8ADCB5
Complementary color
Monochromatic Colors of #8ADCB5
Black with #8ADCB5
Text Example
Text Example
White with #8ADCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADCB5; }
p { color: rgb(138,220,181); }
H1.HeaderClassName
{
color: #8ADCB5;
}
.AnyTagClassName
{
color: #8ADCB5;
}
</style>
background-color css
<style>
a { background-color: #8ADCB5; }
a { background-color: rgb(138,220,181); }
div.DivClassName
{
background-color: #8ADCB5;
}
.BgClassName
{
background-color: #8ADCB5;
}
</style>
border-color css
<style>
span { border-color: #8ADCB5; }
span { border-color: rgb(138,220,181); }
td.TdClassName
{
border-color: #8ADCB5;
}
.TagClassName
{
border-color: #8ADCB5;
}
</style>