Shades of Vista Blue #8AD8B0
Tints of Vista Blue #8AD8B0
RGB
CMYK
RGB Variations
Color information
#8AD8B0 (or 0x8AD8B0) is known color: Vista Blue. HEX triplet: 8A, D8 and B0. RGB value is (138,216,176). Sum of RGB (Red+Green+Blue) = 138+216+176=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD8B0 is #75274F. Grayscale: #BCBCBC. Windows color (decimal): -7677776 or 11589770. OLE color: 11589770.
HSL color Cylindrical-coordinate representation of color #8AD8B0: hue angle of 149.23º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD8B0 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 216 | 176 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.15 |
| HSL | 149.23º | 0.5% | 0.69% | - |
| HSV(B) | 149.23º | 0.36% | 0.85% | - |
| XYZ | 42.87 | 57.65 | 49.94 | - |
| YUV | 188.12 | 121.16 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 216 | 176 | 0.36 | 0 | 0.19 | 0.15 | 149.23 | 0.5 | 0.69 |
| Hex | 8A | D8 | B0 | 24 | 0 | 13 | F | 95 | 32 | 45 |
| Octal | 212 | 330 | 260 | 44 | 0 | 23 | 17 | 225 | 62 | 105 |
| Binary | 10001010 | 11011000 | 10110000 | 100100 | 0 | 10011 | 1111 | 10010101 | 110010 | 1000101 |
Color Harmonies of #8AD8B0
Complementary color
Monochromatic Colors of #8AD8B0
Black with #8AD8B0
Text Example
Text Example
White with #8AD8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD8B0; }
p { color: rgb(138,216,176); }
H1.HeaderClassName
{
color: #8AD8B0;
}
.AnyTagClassName
{
color: #8AD8B0;
}
</style>
background-color css
<style>
a { background-color: #8AD8B0; }
a { background-color: rgb(138,216,176); }
div.DivClassName
{
background-color: #8AD8B0;
}
.BgClassName
{
background-color: #8AD8B0;
}
</style>
border-color css
<style>
span { border-color: #8AD8B0; }
span { border-color: rgb(138,216,176); }
td.TdClassName
{
border-color: #8AD8B0;
}
.TagClassName
{
border-color: #8AD8B0;
}
</style>