Shades of Vista Blue #8AD2A8
Tints of Vista Blue #8AD2A8
RGB
CMYK
RGB Variations
Color information
#8AD2A8 (or 0x8AD2A8) is known color: Vista Blue. HEX triplet: 8A, D2 and A8. RGB value is (138,210,168). Sum of RGB (Red+Green+Blue) = 138+210+168=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD2A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD2A8 is #752D57. Grayscale: #B7B7B7. Windows color (decimal): -7679320 or 11063946. OLE color: 11063946.
HSL color Cylindrical-coordinate representation of color #8AD2A8: hue angle of 145º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AD2A8 is Cyan = 0.34, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 168 | - |
| CMYK | 0.34 | 0 | 0.2 | 0.18 |
| HSL | 145º | 0.44% | 0.68% | - |
| HSV(B) | 145º | 0.34% | 0.82% | - |
| XYZ | 40.6 | 54.32 | 45.39 | - |
| YUV | 183.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 168 | 0.34 | 0 | 0.2 | 0.18 | 145 | 0.44 | 0.68 |
| Hex | 8A | D2 | A8 | 22 | 0 | 14 | 12 | 91 | 2C | 44 |
| Octal | 212 | 322 | 250 | 42 | 0 | 24 | 22 | 221 | 54 | 104 |
| Binary | 10001010 | 11010010 | 10101000 | 100010 | 0 | 10100 | 10010 | 10010001 | 101100 | 1000100 |
Color Harmonies of #8AD2A8
Complementary color
Monochromatic Colors of #8AD2A8
Black with #8AD2A8
Text Example
Text Example
White with #8AD2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD2A8; }
p { color: rgb(138,210,168); }
H1.HeaderClassName
{
color: #8AD2A8;
}
.AnyTagClassName
{
color: #8AD2A8;
}
</style>
background-color css
<style>
a { background-color: #8AD2A8; }
a { background-color: rgb(138,210,168); }
div.DivClassName
{
background-color: #8AD2A8;
}
.BgClassName
{
background-color: #8AD2A8;
}
</style>
border-color css
<style>
span { border-color: #8AD2A8; }
span { border-color: rgb(138,210,168); }
td.TdClassName
{
border-color: #8AD2A8;
}
.TagClassName
{
border-color: #8AD2A8;
}
</style>