Shades of Vista Blue #8CCCA8
Tints of Vista Blue #8CCCA8
RGB
CMYK
RGB Variations
Color information
#8CCCA8 (or 0x8CCCA8) is known color: Vista Blue. HEX triplet: 8C, CC and A8. RGB value is (140,204,168). Sum of RGB (Red+Green+Blue) = 140+204+168=512 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.34% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCCA8 is #733357. Grayscale: #B4B4B4. Windows color (decimal): -7549784 or 11062412. OLE color: 11062412.
HSL color Cylindrical-coordinate representation of color #8CCCA8: hue angle of 146.25º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCCA8 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 168 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.2 |
| HSL | 146.25º | 0.39% | 0.67% | - |
| HSV(B) | 146.25º | 0.31% | 0.8% | - |
| XYZ | 39.48 | 51.59 | 44.92 | - |
| YUV | 180.76 | 120.8 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 168 | 0.31 | 0 | 0.18 | 0.2 | 146.25 | 0.39 | 0.67 |
| Hex | 8C | CC | A8 | 1F | 0 | 12 | 14 | 92 | 27 | 43 |
| Octal | 214 | 314 | 250 | 37 | 0 | 22 | 24 | 222 | 47 | 103 |
| Binary | 10001100 | 11001100 | 10101000 | 11111 | 0 | 10010 | 10100 | 10010010 | 100111 | 1000011 |
Color Harmonies of #8CCCA8
Complementary color
Monochromatic Colors of #8CCCA8
Black with #8CCCA8
Text Example
Text Example
White with #8CCCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCCA8; }
p { color: rgb(140,204,168); }
H1.HeaderClassName
{
color: #8CCCA8;
}
.AnyTagClassName
{
color: #8CCCA8;
}
</style>
background-color css
<style>
a { background-color: #8CCCA8; }
a { background-color: rgb(140,204,168); }
div.DivClassName
{
background-color: #8CCCA8;
}
.BgClassName
{
background-color: #8CCCA8;
}
</style>
border-color css
<style>
span { border-color: #8CCCA8; }
span { border-color: rgb(140,204,168); }
td.TdClassName
{
border-color: #8CCCA8;
}
.TagClassName
{
border-color: #8CCCA8;
}
</style>