Shades of Vista Blue #8CDDB1
Tints of Vista Blue #8CDDB1
RGB
CMYK
RGB Variations
Color information
#8CDDB1 (or 0x8CDDB1) is known color: Vista Blue. HEX triplet: 8C, DD and B1. RGB value is (140,221,177). Sum of RGB (Red+Green+Blue) = 140+221+177=538 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.02% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDDB1 is #73224E. Grayscale: #BFBFBF. Windows color (decimal): -7545423 or 11656588. OLE color: 11656588.
HSL color Cylindrical-coordinate representation of color #8CDDB1: hue angle of 147.41º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDDB1 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 177 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.13 |
| HSL | 147.41º | 0.54% | 0.71% | - |
| HSV(B) | 147.41º | 0.37% | 0.87% | - |
| XYZ | 44.61 | 60.46 | 50.91 | - |
| YUV | 191.77 | 119.66 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 177 | 0.37 | 0 | 0.20 | 0.13 | 147.41 | 0.54 | 0.71 |
| Hex | 8C | DD | B1 | 25 | 0 | 14 | D | 93 | 36 | 47 |
| Octal | 214 | 335 | 261 | 45 | 0 | 24 | 15 | 223 | 66 | 107 |
| Binary | 10001100 | 11011101 | 10110001 | 100101 | 0 | 10100 | 1101 | 10010011 | 110110 | 1000111 |
Color Harmonies of #8CDDB1
Complementary color
Monochromatic Colors of #8CDDB1
Black with #8CDDB1
Text Example
Text Example
White with #8CDDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDB1; }
p { color: rgb(140,221,177); }
H1.HeaderClassName
{
color: #8CDDB1;
}
.AnyTagClassName
{
color: #8CDDB1;
}
</style>
background-color css
<style>
a { background-color: #8CDDB1; }
a { background-color: rgb(140,221,177); }
div.DivClassName
{
background-color: #8CDDB1;
}
.BgClassName
{
background-color: #8CDDB1;
}
</style>
border-color css
<style>
span { border-color: #8CDDB1; }
span { border-color: rgb(140,221,177); }
td.TdClassName
{
border-color: #8CDDB1;
}
.TagClassName
{
border-color: #8CDDB1;
}
</style>