Shades of Vista Blue #8AC6A8
Tints of Vista Blue #8AC6A8
RGB
CMYK
RGB Variations
Color information
#8AC6A8 (or 0x8AC6A8) is known color: Vista Blue. HEX triplet: 8A, C6 and A8. RGB value is (138,198,168). Sum of RGB (Red+Green+Blue) = 138+198+168=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #8AC6A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC6A8 is #753957. Grayscale: #B0B0B0. Windows color (decimal): -7682392 or 11060874. OLE color: 11060874.
HSL color Cylindrical-coordinate representation of color #8AC6A8: hue angle of 150º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AC6A8 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 198 | 168 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.22 |
| HSL | 150º | 0.34% | 0.66% | - |
| HSV(B) | 150º | 0.3% | 0.78% | - |
| XYZ | 37.74 | 48.62 | 44.44 | - |
| YUV | 176.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 198 | 168 | 0.30 | 0 | 0.15 | 0.22 | 150 | 0.34 | 0.66 |
| Hex | 8A | C6 | A8 | 1E | 0 | F | 16 | 96 | 22 | 42 |
| Octal | 212 | 306 | 250 | 36 | 0 | 17 | 26 | 226 | 42 | 102 |
| Binary | 10001010 | 11000110 | 10101000 | 11110 | 0 | 1111 | 10110 | 10010110 | 100010 | 1000010 |
Color Harmonies of #8AC6A8
Complementary color
Monochromatic Colors of #8AC6A8
Black with #8AC6A8
Text Example
Text Example
White with #8AC6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC6A8; }
p { color: rgb(138,198,168); }
H1.HeaderClassName
{
color: #8AC6A8;
}
.AnyTagClassName
{
color: #8AC6A8;
}
</style>
background-color css
<style>
a { background-color: #8AC6A8; }
a { background-color: rgb(138,198,168); }
div.DivClassName
{
background-color: #8AC6A8;
}
.BgClassName
{
background-color: #8AC6A8;
}
</style>
border-color css
<style>
span { border-color: #8AC6A8; }
span { border-color: rgb(138,198,168); }
td.TdClassName
{
border-color: #8AC6A8;
}
.TagClassName
{
border-color: #8AC6A8;
}
</style>