Shades of Vista Blue #8CEEAB
Tints of Vista Blue #8CEEAB
RGB
CMYK
RGB Variations
Color information
#8CEEAB (or 0x8CEEAB) is known color: Vista Blue. HEX triplet: 8C, EE and AB. RGB value is (140,238,171). Sum of RGB (Red+Green+Blue) = 140+238+171=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 238 (93.36% from 255 or 43.35% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEEAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CEEAB is #731154. Grayscale: #C9C9C9. Windows color (decimal): -7541077 or 11267724. OLE color: 11267724.
HSL color Cylindrical-coordinate representation of color #8CEEAB: hue angle of 138.98º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CEEAB is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 238 | 171 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.07 |
| HSL | 138.98º | 0.74% | 0.74% | - |
| HSV(B) | 138.98º | 0.41% | 0.93% | - |
| XYZ | 48.74 | 69.66 | 49.41 | - |
| YUV | 201.06 | 111.03 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 238 | 171 | 0.41 | 0 | 0.28 | 0.07 | 138.98 | 0.74 | 0.74 |
| Hex | 8C | EE | AB | 29 | 0 | 1C | 7 | 8B | 4A | 4A |
| Octal | 214 | 356 | 253 | 51 | 0 | 34 | 7 | 213 | 112 | 112 |
| Binary | 10001100 | 11101110 | 10101011 | 101001 | 0 | 11100 | 111 | 10001011 | 1001010 | 1001010 |
Color Harmonies of #8CEEAB
Complementary color
Monochromatic Colors of #8CEEAB
Black with #8CEEAB
Text Example
Text Example
White with #8CEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEEAB; }
p { color: rgb(140,238,171); }
H1.HeaderClassName
{
color: #8CEEAB;
}
.AnyTagClassName
{
color: #8CEEAB;
}
</style>
background-color css
<style>
a { background-color: #8CEEAB; }
a { background-color: rgb(140,238,171); }
div.DivClassName
{
background-color: #8CEEAB;
}
.BgClassName
{
background-color: #8CEEAB;
}
</style>
border-color css
<style>
span { border-color: #8CEEAB; }
span { border-color: rgb(140,238,171); }
td.TdClassName
{
border-color: #8CEEAB;
}
.TagClassName
{
border-color: #8CEEAB;
}
</style>