Shades of Vista Blue #8DEDBB
Tints of Vista Blue #8DEDBB
RGB
CMYK
RGB Variations
Color information
#8DEDBB (or 0x8DEDBB) is known color: Vista Blue. HEX triplet: 8D, ED and BB. RGB value is (141,237,187). Sum of RGB (Red+Green+Blue) = 141+237+187=565 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.96% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #8DEDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEDBB is #721244. Grayscale: #CACACA. Windows color (decimal): -7475781 or 12316045. OLE color: 12316045.
HSL color Cylindrical-coordinate representation of color #8DEDBB: hue angle of 148.75º degrees, saturation: 0.73, 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 #8DEDBB is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 237 | 187 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.07 |
| HSL | 148.75º | 0.73% | 0.74% | - |
| HSV(B) | 148.75º | 0.41% | 0.93% | - |
| XYZ | 50.24 | 69.82 | 57.84 | - |
| YUV | 202.6 | 119.2 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 237 | 187 | 0.41 | 0 | 0.21 | 0.07 | 148.75 | 0.73 | 0.74 |
| Hex | 8D | ED | BB | 29 | 0 | 15 | 7 | 95 | 49 | 4A |
| Octal | 215 | 355 | 273 | 51 | 0 | 25 | 7 | 225 | 111 | 112 |
| Binary | 10001101 | 11101101 | 10111011 | 101001 | 0 | 10101 | 111 | 10010101 | 1001001 | 1001010 |
Color Harmonies of #8DEDBB
Complementary color
Monochromatic Colors of #8DEDBB
Black with #8DEDBB
Text Example
Text Example
White with #8DEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEDBB; }
p { color: rgb(141,237,187); }
H1.HeaderClassName
{
color: #8DEDBB;
}
.AnyTagClassName
{
color: #8DEDBB;
}
</style>
background-color css
<style>
a { background-color: #8DEDBB; }
a { background-color: rgb(141,237,187); }
div.DivClassName
{
background-color: #8DEDBB;
}
.BgClassName
{
background-color: #8DEDBB;
}
</style>
border-color css
<style>
span { border-color: #8DEDBB; }
span { border-color: rgb(141,237,187); }
td.TdClassName
{
border-color: #8DEDBB;
}
.TagClassName
{
border-color: #8DEDBB;
}
</style>