Shades of Vista Blue #8CCDB2
Tints of Vista Blue #8CCDB2
RGB
CMYK
RGB Variations
Color information
#8CCDB2 (or 0x8CCDB2) is known color: Vista Blue. HEX triplet: 8C, CD and B2. RGB value is (140,205,178). Sum of RGB (Red+Green+Blue) = 140+205+178=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCDB2 is #73324D. Grayscale: #B6B6B6. Windows color (decimal): -7549518 or 11718028. OLE color: 11718028.
HSL color Cylindrical-coordinate representation of color #8CCDB2: hue angle of 155.08º 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 #8CCDB2 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 178 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.20 |
| HSL | 155.08º | 0.39% | 0.68% | - |
| HSV(B) | 155.08º | 0.32% | 0.8% | - |
| XYZ | 40.68 | 52.45 | 50.1 | - |
| YUV | 182.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 178 | 0.32 | 0 | 0.13 | 0.20 | 155.08 | 0.39 | 0.68 |
| Hex | 8C | CD | B2 | 20 | 0 | D | 14 | 9B | 27 | 44 |
| Octal | 214 | 315 | 262 | 40 | 0 | 15 | 24 | 233 | 47 | 104 |
| Binary | 10001100 | 11001101 | 10110010 | 100000 | 0 | 1101 | 10100 | 10011011 | 100111 | 1000100 |
Color Harmonies of #8CCDB2
Complementary color
Monochromatic Colors of #8CCDB2
Black with #8CCDB2
Text Example
Text Example
White with #8CCDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCDB2; }
p { color: rgb(140,205,178); }
H1.HeaderClassName
{
color: #8CCDB2;
}
.AnyTagClassName
{
color: #8CCDB2;
}
</style>
background-color css
<style>
a { background-color: #8CCDB2; }
a { background-color: rgb(140,205,178); }
div.DivClassName
{
background-color: #8CCDB2;
}
.BgClassName
{
background-color: #8CCDB2;
}
</style>
border-color css
<style>
span { border-color: #8CCDB2; }
span { border-color: rgb(140,205,178); }
td.TdClassName
{
border-color: #8CCDB2;
}
.TagClassName
{
border-color: #8CCDB2;
}
</style>