Shades of Vista Blue #8CCBB2
Tints of Vista Blue #8CCBB2
RGB
CMYK
RGB Variations
Color information
#8CCBB2 (or 0x8CCBB2) is known color: Vista Blue. HEX triplet: 8C, CB and B2. RGB value is (140,203,178). Sum of RGB (Red+Green+Blue) = 140+203+178=521 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.87% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCBB2 is #73344D. Grayscale: #B5B5B5. Windows color (decimal): -7550030 or 11717516. OLE color: 11717516.
HSL color Cylindrical-coordinate representation of color #8CCBB2: hue angle of 156.19º degrees, saturation: 0.38, 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 #8CCBB2 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 203 | 178 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.20 |
| HSL | 156.19º | 0.38% | 0.67% | - |
| HSV(B) | 156.19º | 0.31% | 0.8% | - |
| XYZ | 40.21 | 51.5 | 49.94 | - |
| YUV | 181.31 | 126.13 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 178 | 0.31 | 0 | 0.12 | 0.20 | 156.19 | 0.38 | 0.67 |
| Hex | 8C | CB | B2 | 1F | 0 | C | 14 | 9C | 26 | 43 |
| Octal | 214 | 313 | 262 | 37 | 0 | 14 | 24 | 234 | 46 | 103 |
| Binary | 10001100 | 11001011 | 10110010 | 11111 | 0 | 1100 | 10100 | 10011100 | 100110 | 1000011 |
Color Harmonies of #8CCBB2
Complementary color
Monochromatic Colors of #8CCBB2
Black with #8CCBB2
Text Example
Text Example
White with #8CCBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCBB2; }
p { color: rgb(140,203,178); }
H1.HeaderClassName
{
color: #8CCBB2;
}
.AnyTagClassName
{
color: #8CCBB2;
}
</style>
background-color css
<style>
a { background-color: #8CCBB2; }
a { background-color: rgb(140,203,178); }
div.DivClassName
{
background-color: #8CCBB2;
}
.BgClassName
{
background-color: #8CCBB2;
}
</style>
border-color css
<style>
span { border-color: #8CCBB2; }
span { border-color: rgb(140,203,178); }
td.TdClassName
{
border-color: #8CCBB2;
}
.TagClassName
{
border-color: #8CCBB2;
}
</style>