Shades of Vista Blue #8DEDB4
Tints of Vista Blue #8DEDB4
RGB
CMYK
RGB Variations
Color information
#8DEDB4 (or 0x8DEDB4) is known color: Vista Blue. HEX triplet: 8D, ED and B4. RGB value is (141,237,180). Sum of RGB (Red+Green+Blue) = 141+237+180=558 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.27% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 180 (70.70% from 255 or 32.26% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #8DEDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEDB4 is #72124B. Grayscale: #C9C9C9. Windows color (decimal): -7475788 or 11857293. OLE color: 11857293.
HSL color Cylindrical-coordinate representation of color #8DEDB4: hue angle of 144.38º 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 #8DEDB4 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 237 | 180 | - |
| CMYK | 0.41 | 0 | 0.24 | 0.07 |
| HSL | 144.38º | 0.73% | 0.74% | - |
| HSV(B) | 144.38º | 0.41% | 0.93% | - |
| XYZ | 49.51 | 69.53 | 53.99 | - |
| YUV | 201.8 | 115.7 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 237 | 180 | 0.41 | 0 | 0.24 | 0.07 | 144.38 | 0.73 | 0.74 |
| Hex | 8D | ED | B4 | 29 | 0 | 18 | 7 | 90 | 49 | 4A |
| Octal | 215 | 355 | 264 | 51 | 0 | 30 | 7 | 220 | 111 | 112 |
| Binary | 10001101 | 11101101 | 10110100 | 101001 | 0 | 11000 | 111 | 10010000 | 1001001 | 1001010 |
Color Harmonies of #8DEDB4
Complementary color
Monochromatic Colors of #8DEDB4
Black with #8DEDB4
Text Example
Text Example
White with #8DEDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEDB4; }
p { color: rgb(141,237,180); }
H1.HeaderClassName
{
color: #8DEDB4;
}
.AnyTagClassName
{
color: #8DEDB4;
}
</style>
background-color css
<style>
a { background-color: #8DEDB4; }
a { background-color: rgb(141,237,180); }
div.DivClassName
{
background-color: #8DEDB4;
}
.BgClassName
{
background-color: #8DEDB4;
}
</style>
border-color css
<style>
span { border-color: #8DEDB4; }
span { border-color: rgb(141,237,180); }
td.TdClassName
{
border-color: #8DEDB4;
}
.TagClassName
{
border-color: #8DEDB4;
}
</style>