Shades of Vista Blue #8CDBB2
Tints of Vista Blue #8CDBB2
RGB
CMYK
RGB Variations
Color information
#8CDBB2 (or 0x8CDBB2) is known color: Vista Blue. HEX triplet: 8C, DB and B2. RGB value is (140,219,178). Sum of RGB (Red+Green+Blue) = 140+219+178=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDBB2 is #73244D. Grayscale: #BEBEBE. Windows color (decimal): -7545934 or 11721612. OLE color: 11721612.
HSL color Cylindrical-coordinate representation of color #8CDBB2: hue angle of 148.86º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDBB2 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 178 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.14 |
| HSL | 148.86º | 0.52% | 0.7% | - |
| HSV(B) | 148.86º | 0.36% | 0.86% | - |
| XYZ | 44.18 | 59.45 | 51.27 | - |
| YUV | 190.71 | 120.83 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 178 | 0.36 | 0 | 0.19 | 0.14 | 148.86 | 0.52 | 0.7 |
| Hex | 8C | DB | B2 | 24 | 0 | 13 | E | 95 | 34 | 46 |
| Octal | 214 | 333 | 262 | 44 | 0 | 23 | 16 | 225 | 64 | 106 |
| Binary | 10001100 | 11011011 | 10110010 | 100100 | 0 | 10011 | 1110 | 10010101 | 110100 | 1000110 |
Color Harmonies of #8CDBB2
Complementary color
Monochromatic Colors of #8CDBB2
Black with #8CDBB2
Text Example
Text Example
White with #8CDBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDBB2; }
p { color: rgb(140,219,178); }
H1.HeaderClassName
{
color: #8CDBB2;
}
.AnyTagClassName
{
color: #8CDBB2;
}
</style>
background-color css
<style>
a { background-color: #8CDBB2; }
a { background-color: rgb(140,219,178); }
div.DivClassName
{
background-color: #8CDBB2;
}
.BgClassName
{
background-color: #8CDBB2;
}
</style>
border-color css
<style>
span { border-color: #8CDBB2; }
span { border-color: rgb(140,219,178); }
td.TdClassName
{
border-color: #8CDBB2;
}
.TagClassName
{
border-color: #8CDBB2;
}
</style>