Shades of Vista Blue #8CEEBC
Tints of Vista Blue #8CEEBC
RGB
CMYK
RGB Variations
Color information
#8CEEBC (or 0x8CEEBC) is known color: Vista Blue. HEX triplet: 8C, EE and BC. RGB value is (140,238,188). Sum of RGB (Red+Green+Blue) = 140+238+188=566 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.73% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEEBC is #731143. Grayscale: #CBCBCB. Windows color (decimal): -7541060 or 12381836. OLE color: 12381836.
HSL color Cylindrical-coordinate representation of color #8CEEBC: hue angle of 149.39º 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 #8CEEBC is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 238 | 188 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.07 |
| HSL | 149.39º | 0.74% | 0.74% | - |
| HSV(B) | 149.39º | 0.41% | 0.93% | - |
| XYZ | 50.47 | 70.36 | 58.5 | - |
| YUV | 203 | 119.53 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 238 | 188 | 0.41 | 0 | 0.21 | 0.07 | 149.39 | 0.74 | 0.74 |
| Hex | 8C | EE | BC | 29 | 0 | 15 | 7 | 95 | 4A | 4A |
| Octal | 214 | 356 | 274 | 51 | 0 | 25 | 7 | 225 | 112 | 112 |
| Binary | 10001100 | 11101110 | 10111100 | 101001 | 0 | 10101 | 111 | 10010101 | 1001010 | 1001010 |
Color Harmonies of #8CEEBC
Complementary color
Monochromatic Colors of #8CEEBC
Black with #8CEEBC
Text Example
Text Example
White with #8CEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEEBC; }
p { color: rgb(140,238,188); }
H1.HeaderClassName
{
color: #8CEEBC;
}
.AnyTagClassName
{
color: #8CEEBC;
}
</style>
background-color css
<style>
a { background-color: #8CEEBC; }
a { background-color: rgb(140,238,188); }
div.DivClassName
{
background-color: #8CEEBC;
}
.BgClassName
{
background-color: #8CEEBC;
}
</style>
border-color css
<style>
span { border-color: #8CEEBC; }
span { border-color: rgb(140,238,188); }
td.TdClassName
{
border-color: #8CEEBC;
}
.TagClassName
{
border-color: #8CEEBC;
}
</style>