Shades of Vista Blue #8DD0B6
Tints of Vista Blue #8DD0B6
RGB
CMYK
RGB Variations
Color information
#8DD0B6 (or 0x8DD0B6) is known color: Vista Blue. HEX triplet: 8D, D0 and B6. RGB value is (141,208,182). Sum of RGB (Red+Green+Blue) = 141+208+182=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD0B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD0B6 is #722F49. Grayscale: #B9B9B9. Windows color (decimal): -7483210 or 11980941. OLE color: 11980941.
HSL color Cylindrical-coordinate representation of color #8DD0B6: hue angle of 156.72º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DD0B6 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 208 | 182 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.18 |
| HSL | 156.72º | 0.42% | 0.68% | - |
| HSV(B) | 156.72º | 0.32% | 0.82% | - |
| XYZ | 41.98 | 54.15 | 52.5 | - |
| YUV | 185 | 126.3 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 208 | 182 | 0.32 | 0 | 0.12 | 0.18 | 156.72 | 0.42 | 0.68 |
| Hex | 8D | D0 | B6 | 20 | 0 | C | 12 | 9D | 2A | 44 |
| Octal | 215 | 320 | 266 | 40 | 0 | 14 | 22 | 235 | 52 | 104 |
| Binary | 10001101 | 11010000 | 10110110 | 100000 | 0 | 1100 | 10010 | 10011101 | 101010 | 1000100 |
Color Harmonies of #8DD0B6
Complementary color
Monochromatic Colors of #8DD0B6
Black with #8DD0B6
Text Example
Text Example
White with #8DD0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD0B6; }
p { color: rgb(141,208,182); }
H1.HeaderClassName
{
color: #8DD0B6;
}
.AnyTagClassName
{
color: #8DD0B6;
}
</style>
background-color css
<style>
a { background-color: #8DD0B6; }
a { background-color: rgb(141,208,182); }
div.DivClassName
{
background-color: #8DD0B6;
}
.BgClassName
{
background-color: #8DD0B6;
}
</style>
border-color css
<style>
span { border-color: #8DD0B6; }
span { border-color: rgb(141,208,182); }
td.TdClassName
{
border-color: #8DD0B6;
}
.TagClassName
{
border-color: #8DD0B6;
}
</style>