Shades of Vista Blue #8DEDB3
Tints of Vista Blue #8DEDB3
RGB
CMYK
RGB Variations
Color information
#8DEDB3 (or 0x8DEDB3) is known color: Vista Blue. HEX triplet: 8D, ED and B3. RGB value is (141,237,179). Sum of RGB (Red+Green+Blue) = 141+237+179=557 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.31% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #8DEDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEDB3 is #72124C. Grayscale: #C9C9C9. Windows color (decimal): -7475789 or 11791757. OLE color: 11791757.
HSL color Cylindrical-coordinate representation of color #8DEDB3: hue angle of 143.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 #8DEDB3 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 237 | 179 | - |
| CMYK | 0.41 | 0 | 0.24 | 0.07 |
| HSL | 143.75º | 0.73% | 0.74% | - |
| HSV(B) | 143.75º | 0.41% | 0.93% | - |
| XYZ | 49.41 | 69.49 | 53.46 | - |
| YUV | 201.68 | 115.2 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 237 | 179 | 0.41 | 0 | 0.24 | 0.07 | 143.75 | 0.73 | 0.74 |
| Hex | 8D | ED | B3 | 29 | 0 | 18 | 7 | 90 | 49 | 4A |
| Octal | 215 | 355 | 263 | 51 | 0 | 30 | 7 | 220 | 111 | 112 |
| Binary | 10001101 | 11101101 | 10110011 | 101001 | 0 | 11000 | 111 | 10010000 | 1001001 | 1001010 |
Color Harmonies of #8DEDB3
Complementary color
Monochromatic Colors of #8DEDB3
Black with #8DEDB3
Text Example
Text Example
White with #8DEDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEDB3; }
p { color: rgb(141,237,179); }
H1.HeaderClassName
{
color: #8DEDB3;
}
.AnyTagClassName
{
color: #8DEDB3;
}
</style>
background-color css
<style>
a { background-color: #8DEDB3; }
a { background-color: rgb(141,237,179); }
div.DivClassName
{
background-color: #8DEDB3;
}
.BgClassName
{
background-color: #8DEDB3;
}
</style>
border-color css
<style>
span { border-color: #8DEDB3; }
span { border-color: rgb(141,237,179); }
td.TdClassName
{
border-color: #8DEDB3;
}
.TagClassName
{
border-color: #8DEDB3;
}
</style>