Shades of Vista Blue #8CCDB1
Tints of Vista Blue #8CCDB1
RGB
CMYK
RGB Variations
Color information
#8CCDB1 (or 0x8CCDB1) is known color: Vista Blue. HEX triplet: 8C, CD and B1. RGB value is (140,205,177). Sum of RGB (Red+Green+Blue) = 140+205+177=522 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.82% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCDB1 is #73324E. Grayscale: #B6B6B6. Windows color (decimal): -7549519 or 11652492. OLE color: 11652492.
HSL color Cylindrical-coordinate representation of color #8CCDB1: hue angle of 154.15º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCDB1 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 177 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.20 |
| HSL | 154.15º | 0.39% | 0.68% | - |
| HSV(B) | 154.15º | 0.32% | 0.8% | - |
| XYZ | 40.58 | 52.41 | 49.57 | - |
| YUV | 182.37 | 124.97 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 177 | 0.32 | 0 | 0.14 | 0.20 | 154.15 | 0.39 | 0.68 |
| Hex | 8C | CD | B1 | 20 | 0 | E | 14 | 9A | 27 | 44 |
| Octal | 214 | 315 | 261 | 40 | 0 | 16 | 24 | 232 | 47 | 104 |
| Binary | 10001100 | 11001101 | 10110001 | 100000 | 0 | 1110 | 10100 | 10011010 | 100111 | 1000100 |
Color Harmonies of #8CCDB1
Complementary color
Monochromatic Colors of #8CCDB1
Black with #8CCDB1
Text Example
Text Example
White with #8CCDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCDB1; }
p { color: rgb(140,205,177); }
H1.HeaderClassName
{
color: #8CCDB1;
}
.AnyTagClassName
{
color: #8CCDB1;
}
</style>
background-color css
<style>
a { background-color: #8CCDB1; }
a { background-color: rgb(140,205,177); }
div.DivClassName
{
background-color: #8CCDB1;
}
.BgClassName
{
background-color: #8CCDB1;
}
</style>
border-color css
<style>
span { border-color: #8CCDB1; }
span { border-color: rgb(140,205,177); }
td.TdClassName
{
border-color: #8CCDB1;
}
.TagClassName
{
border-color: #8CCDB1;
}
</style>