Shades of Vista Blue #8CCDB4
Tints of Vista Blue #8CCDB4
RGB
CMYK
RGB Variations
Color information
#8CCDB4 (or 0x8CCDB4) is known color: Vista Blue. HEX triplet: 8C, CD and B4. RGB value is (140,205,180). Sum of RGB (Red+Green+Blue) = 140+205+180=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCDB4 is #73324B. Grayscale: #B6B6B6. Windows color (decimal): -7549516 or 11849100. OLE color: 11849100.
HSL color Cylindrical-coordinate representation of color #8CCDB4: hue angle of 156.92º 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 #8CCDB4 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 180 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.20 |
| HSL | 156.92º | 0.39% | 0.68% | - |
| HSV(B) | 156.92º | 0.32% | 0.8% | - |
| XYZ | 40.88 | 52.53 | 51.17 | - |
| YUV | 182.72 | 126.47 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 180 | 0.32 | 0 | 0.12 | 0.20 | 156.92 | 0.39 | 0.68 |
| Hex | 8C | CD | B4 | 20 | 0 | C | 14 | 9D | 27 | 44 |
| Octal | 214 | 315 | 264 | 40 | 0 | 14 | 24 | 235 | 47 | 104 |
| Binary | 10001100 | 11001101 | 10110100 | 100000 | 0 | 1100 | 10100 | 10011101 | 100111 | 1000100 |
Color Harmonies of #8CCDB4
Complementary color
Monochromatic Colors of #8CCDB4
Black with #8CCDB4
Text Example
Text Example
White with #8CCDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCDB4; }
p { color: rgb(140,205,180); }
H1.HeaderClassName
{
color: #8CCDB4;
}
.AnyTagClassName
{
color: #8CCDB4;
}
</style>
background-color css
<style>
a { background-color: #8CCDB4; }
a { background-color: rgb(140,205,180); }
div.DivClassName
{
background-color: #8CCDB4;
}
.BgClassName
{
background-color: #8CCDB4;
}
</style>
border-color css
<style>
span { border-color: #8CCDB4; }
span { border-color: rgb(140,205,180); }
td.TdClassName
{
border-color: #8CCDB4;
}
.TagClassName
{
border-color: #8CCDB4;
}
</style>