Shades of Vista Blue #8DEDAE
Tints of Vista Blue #8DEDAE
RGB
CMYK
RGB Variations
Color information
#8DEDAE (or 0x8DEDAE) is known color: Vista Blue. HEX triplet: 8D, ED and AE. RGB value is (141,237,174). Sum of RGB (Red+Green+Blue) = 141+237+174=552 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.54% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #8DEDAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DEDAE is #721251. Grayscale: #C9C9C9. Windows color (decimal): -7475794 or 11464077. OLE color: 11464077.
HSL color Cylindrical-coordinate representation of color #8DEDAE: hue angle of 140.62º 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 #8DEDAE is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 237 | 174 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.07 |
| HSL | 140.63º | 0.73% | 0.74% | - |
| HSV(B) | 140.63º | 0.41% | 0.93% | - |
| XYZ | 48.91 | 69.29 | 50.84 | - |
| YUV | 201.11 | 112.7 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 237 | 174 | 0.41 | 0 | 0.27 | 0.07 | 140.63 | 0.73 | 0.74 |
| Hex | 8D | ED | AE | 29 | 0 | 1B | 7 | 8D | 49 | 4A |
| Octal | 215 | 355 | 256 | 51 | 0 | 33 | 7 | 215 | 111 | 112 |
| Binary | 10001101 | 11101101 | 10101110 | 101001 | 0 | 11011 | 111 | 10001101 | 1001001 | 1001010 |
Color Harmonies of #8DEDAE
Complementary color
Monochromatic Colors of #8DEDAE
Black with #8DEDAE
Text Example
Text Example
White with #8DEDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEDAE; }
p { color: rgb(141,237,174); }
H1.HeaderClassName
{
color: #8DEDAE;
}
.AnyTagClassName
{
color: #8DEDAE;
}
</style>
background-color css
<style>
a { background-color: #8DEDAE; }
a { background-color: rgb(141,237,174); }
div.DivClassName
{
background-color: #8DEDAE;
}
.BgClassName
{
background-color: #8DEDAE;
}
</style>
border-color css
<style>
span { border-color: #8DEDAE; }
span { border-color: rgb(141,237,174); }
td.TdClassName
{
border-color: #8DEDAE;
}
.TagClassName
{
border-color: #8DEDAE;
}
</style>