Shades of Vista Blue #8CCEB1
Tints of Vista Blue #8CCEB1
RGB
CMYK
RGB Variations
Color information
#8CCEB1 (or 0x8CCEB1) is known color: Vista Blue. HEX triplet: 8C, CE and B1. RGB value is (140,206,177). Sum of RGB (Red+Green+Blue) = 140+206+177=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCEB1 is #73314E. Grayscale: #B7B7B7. Windows color (decimal): -7549263 or 11652748. OLE color: 11652748.
HSL color Cylindrical-coordinate representation of color #8CCEB1: hue angle of 153.64º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCEB1 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 206 | 177 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.19 |
| HSL | 153.64º | 0.4% | 0.68% | - |
| HSV(B) | 153.64º | 0.32% | 0.81% | - |
| XYZ | 40.82 | 52.89 | 49.65 | - |
| YUV | 182.96 | 124.63 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 206 | 177 | 0.32 | 0 | 0.14 | 0.19 | 153.64 | 0.4 | 0.68 |
| Hex | 8C | CE | B1 | 20 | 0 | E | 13 | 9A | 28 | 44 |
| Octal | 214 | 316 | 261 | 40 | 0 | 16 | 23 | 232 | 50 | 104 |
| Binary | 10001100 | 11001110 | 10110001 | 100000 | 0 | 1110 | 10011 | 10011010 | 101000 | 1000100 |
Color Harmonies of #8CCEB1
Complementary color
Monochromatic Colors of #8CCEB1
Black with #8CCEB1
Text Example
Text Example
White with #8CCEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCEB1; }
p { color: rgb(140,206,177); }
H1.HeaderClassName
{
color: #8CCEB1;
}
.AnyTagClassName
{
color: #8CCEB1;
}
</style>
background-color css
<style>
a { background-color: #8CCEB1; }
a { background-color: rgb(140,206,177); }
div.DivClassName
{
background-color: #8CCEB1;
}
.BgClassName
{
background-color: #8CCEB1;
}
</style>
border-color css
<style>
span { border-color: #8CCEB1; }
span { border-color: rgb(140,206,177); }
td.TdClassName
{
border-color: #8CCEB1;
}
.TagClassName
{
border-color: #8CCEB1;
}
</style>