Shades of Vista Blue #8CE1B4
Tints of Vista Blue #8CE1B4
RGB
CMYK
RGB Variations
Color information
#8CE1B4 (or 0x8CE1B4) is known color: Vista Blue. HEX triplet: 8C, E1 and B4. RGB value is (140,225,180). Sum of RGB (Red+Green+Blue) = 140+225+180=545 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.69% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE1B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE1B4 is #731E4B. Grayscale: #C2C2C2. Windows color (decimal): -7544396 or 11854220. OLE color: 11854220.
HSL color Cylindrical-coordinate representation of color #8CE1B4: hue angle of 148.24º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE1B4 is Cyan = 0.38, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 225 | 180 | - |
| CMYK | 0.38 | 0 | 0.2 | 0.12 |
| HSL | 148.24º | 0.59% | 0.72% | - |
| HSV(B) | 148.24º | 0.38% | 0.88% | - |
| XYZ | 45.98 | 62.72 | 52.86 | - |
| YUV | 194.46 | 119.84 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 225 | 180 | 0.38 | 0 | 0.2 | 0.12 | 148.24 | 0.59 | 0.72 |
| Hex | 8C | E1 | B4 | 26 | 0 | 14 | C | 94 | 3B | 48 |
| Octal | 214 | 341 | 264 | 46 | 0 | 24 | 14 | 224 | 73 | 110 |
| Binary | 10001100 | 11100001 | 10110100 | 100110 | 0 | 10100 | 1100 | 10010100 | 111011 | 1001000 |
Color Harmonies of #8CE1B4
Complementary color
Monochromatic Colors of #8CE1B4
Black with #8CE1B4
Text Example
Text Example
White with #8CE1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE1B4; }
p { color: rgb(140,225,180); }
H1.HeaderClassName
{
color: #8CE1B4;
}
.AnyTagClassName
{
color: #8CE1B4;
}
</style>
background-color css
<style>
a { background-color: #8CE1B4; }
a { background-color: rgb(140,225,180); }
div.DivClassName
{
background-color: #8CE1B4;
}
.BgClassName
{
background-color: #8CE1B4;
}
</style>
border-color css
<style>
span { border-color: #8CE1B4; }
span { border-color: rgb(140,225,180); }
td.TdClassName
{
border-color: #8CE1B4;
}
.TagClassName
{
border-color: #8CE1B4;
}
</style>