Shades of Vista Blue #8CCEB4
Tints of Vista Blue #8CCEB4
RGB
CMYK
RGB Variations
Color information
#8CCEB4 (or 0x8CCEB4) is known color: Vista Blue. HEX triplet: 8C, CE and B4. RGB value is (140,206,180). Sum of RGB (Red+Green+Blue) = 140+206+180=526 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.62% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCEB4 is #73314B. Grayscale: #B7B7B7. Windows color (decimal): -7549260 or 11849356. OLE color: 11849356.
HSL color Cylindrical-coordinate representation of color #8CCEB4: hue angle of 156.36º 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 #8CCEB4 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 206 | 180 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.19 |
| HSL | 156.36º | 0.4% | 0.68% | - |
| HSV(B) | 156.36º | 0.32% | 0.81% | - |
| XYZ | 41.12 | 53.01 | 51.25 | - |
| YUV | 183.3 | 126.13 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 206 | 180 | 0.32 | 0 | 0.13 | 0.19 | 156.36 | 0.4 | 0.68 |
| Hex | 8C | CE | B4 | 20 | 0 | D | 13 | 9C | 28 | 44 |
| Octal | 214 | 316 | 264 | 40 | 0 | 15 | 23 | 234 | 50 | 104 |
| Binary | 10001100 | 11001110 | 10110100 | 100000 | 0 | 1101 | 10011 | 10011100 | 101000 | 1000100 |
Color Harmonies of #8CCEB4
Complementary color
Monochromatic Colors of #8CCEB4
Black with #8CCEB4
Text Example
Text Example
White with #8CCEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCEB4; }
p { color: rgb(140,206,180); }
H1.HeaderClassName
{
color: #8CCEB4;
}
.AnyTagClassName
{
color: #8CCEB4;
}
</style>
background-color css
<style>
a { background-color: #8CCEB4; }
a { background-color: rgb(140,206,180); }
div.DivClassName
{
background-color: #8CCEB4;
}
.BgClassName
{
background-color: #8CCEB4;
}
</style>
border-color css
<style>
span { border-color: #8CCEB4; }
span { border-color: rgb(140,206,180); }
td.TdClassName
{
border-color: #8CCEB4;
}
.TagClassName
{
border-color: #8CCEB4;
}
</style>