Shades of Vista Blue #8DEEBD
Tints of Vista Blue #8DEEBD
RGB
CMYK
RGB Variations
Color information
#8DEEBD (or 0x8DEEBD) is known color: Vista Blue. HEX triplet: 8D, EE and BD. RGB value is (141,238,189). Sum of RGB (Red+Green+Blue) = 141+238+189=568 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.82% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEEBD is #721142. Grayscale: #CBCBCB. Windows color (decimal): -7475523 or 12447373. OLE color: 12447373.
HSL color Cylindrical-coordinate representation of color #8DEEBD: hue angle of 149.69º degrees, saturation: 0.74, 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 #8DEEBD is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 238 | 189 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.07 |
| HSL | 149.69º | 0.74% | 0.74% | - |
| HSV(B) | 149.69º | 0.41% | 0.93% | - |
| XYZ | 50.74 | 70.49 | 59.07 | - |
| YUV | 203.41 | 119.86 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 238 | 189 | 0.41 | 0 | 0.21 | 0.07 | 149.69 | 0.74 | 0.74 |
| Hex | 8D | EE | BD | 29 | 0 | 15 | 7 | 96 | 4A | 4A |
| Octal | 215 | 356 | 275 | 51 | 0 | 25 | 7 | 226 | 112 | 112 |
| Binary | 10001101 | 11101110 | 10111101 | 101001 | 0 | 10101 | 111 | 10010110 | 1001010 | 1001010 |
Color Harmonies of #8DEEBD
Complementary color
Monochromatic Colors of #8DEEBD
Black with #8DEEBD
Text Example
Text Example
White with #8DEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEEBD; }
p { color: rgb(141,238,189); }
H1.HeaderClassName
{
color: #8DEEBD;
}
.AnyTagClassName
{
color: #8DEEBD;
}
</style>
background-color css
<style>
a { background-color: #8DEEBD; }
a { background-color: rgb(141,238,189); }
div.DivClassName
{
background-color: #8DEEBD;
}
.BgClassName
{
background-color: #8DEEBD;
}
</style>
border-color css
<style>
span { border-color: #8DEEBD; }
span { border-color: rgb(141,238,189); }
td.TdClassName
{
border-color: #8DEEBD;
}
.TagClassName
{
border-color: #8DEEBD;
}
</style>