Shades of Vista Blue #8BDBB2
Tints of Vista Blue #8BDBB2
RGB
CMYK
RGB Variations
Color information
#8BDBB2 (or 0x8BDBB2) is known color: Vista Blue. HEX triplet: 8B, DB and B2. RGB value is (139,219,178). Sum of RGB (Red+Green+Blue) = 139+219+178=536 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.93% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 178 (69.92% from 255 or 33.21% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDBB2 is #74244D. Grayscale: #BEBEBE. Windows color (decimal): -7611470 or 11721611. OLE color: 11721611.
HSL color Cylindrical-coordinate representation of color #8BDBB2: hue angle of 149.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDBB2 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 178 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.14 |
| HSL | 149.25º | 0.53% | 0.7% | - |
| HSV(B) | 149.25º | 0.37% | 0.86% | - |
| XYZ | 44.01 | 59.37 | 51.26 | - |
| YUV | 190.41 | 121 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 178 | 0.37 | 0 | 0.19 | 0.14 | 149.25 | 0.53 | 0.7 |
| Hex | 8B | DB | B2 | 25 | 0 | 13 | E | 95 | 35 | 46 |
| Octal | 213 | 333 | 262 | 45 | 0 | 23 | 16 | 225 | 65 | 106 |
| Binary | 10001011 | 11011011 | 10110010 | 100101 | 0 | 10011 | 1110 | 10010101 | 110101 | 1000110 |
Color Harmonies of #8BDBB2
Complementary color
Monochromatic Colors of #8BDBB2
Black with #8BDBB2
Text Example
Text Example
White with #8BDBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBB2; }
p { color: rgb(139,219,178); }
H1.HeaderClassName
{
color: #8BDBB2;
}
.AnyTagClassName
{
color: #8BDBB2;
}
</style>
background-color css
<style>
a { background-color: #8BDBB2; }
a { background-color: rgb(139,219,178); }
div.DivClassName
{
background-color: #8BDBB2;
}
.BgClassName
{
background-color: #8BDBB2;
}
</style>
border-color css
<style>
span { border-color: #8BDBB2; }
span { border-color: rgb(139,219,178); }
td.TdClassName
{
border-color: #8BDBB2;
}
.TagClassName
{
border-color: #8BDBB2;
}
</style>