Shades of Vista Blue #8CCAB1
Tints of Vista Blue #8CCAB1
RGB
CMYK
RGB Variations
Color information
#8CCAB1 (or 0x8CCAB1) is known color: Vista Blue. HEX triplet: 8C, CA and B1. RGB value is (140,202,177). Sum of RGB (Red+Green+Blue) = 140+202+177=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCAB1 is #73354E. Grayscale: #B4B4B4. Windows color (decimal): -7550287 or 11651724. OLE color: 11651724.
HSL color Cylindrical-coordinate representation of color #8CCAB1: hue angle of 155.81º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCAB1 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 177 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.21 |
| HSL | 155.81º | 0.37% | 0.67% | - |
| HSV(B) | 155.81º | 0.31% | 0.79% | - |
| XYZ | 39.87 | 50.99 | 49.34 | - |
| YUV | 180.61 | 125.96 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 177 | 0.31 | 0 | 0.12 | 0.21 | 155.81 | 0.37 | 0.67 |
| Hex | 8C | CA | B1 | 1F | 0 | C | 15 | 9C | 25 | 43 |
| Octal | 214 | 312 | 261 | 37 | 0 | 14 | 25 | 234 | 45 | 103 |
| Binary | 10001100 | 11001010 | 10110001 | 11111 | 0 | 1100 | 10101 | 10011100 | 100101 | 1000011 |
Color Harmonies of #8CCAB1
Complementary color
Monochromatic Colors of #8CCAB1
Black with #8CCAB1
Text Example
Text Example
White with #8CCAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCAB1; }
p { color: rgb(140,202,177); }
H1.HeaderClassName
{
color: #8CCAB1;
}
.AnyTagClassName
{
color: #8CCAB1;
}
</style>
background-color css
<style>
a { background-color: #8CCAB1; }
a { background-color: rgb(140,202,177); }
div.DivClassName
{
background-color: #8CCAB1;
}
.BgClassName
{
background-color: #8CCAB1;
}
</style>
border-color css
<style>
span { border-color: #8CCAB1; }
span { border-color: rgb(140,202,177); }
td.TdClassName
{
border-color: #8CCAB1;
}
.TagClassName
{
border-color: #8CCAB1;
}
</style>