Shades of Vista Blue #8DCEAF
Tints of Vista Blue #8DCEAF
RGB
CMYK
RGB Variations
Color information
#8DCEAF (or 0x8DCEAF) is known color: Vista Blue. HEX triplet: 8D, CE and AF. RGB value is (141,206,175). Sum of RGB (Red+Green+Blue) = 141+206+175=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCEAF is #723150. Grayscale: #B7B7B7. Windows color (decimal): -7483729 or 11521677. OLE color: 11521677.
HSL color Cylindrical-coordinate representation of color #8DCEAF: hue angle of 151.38º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCEAF is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 175 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.19 |
| HSL | 151.38º | 0.4% | 0.68% | - |
| HSV(B) | 151.38º | 0.32% | 0.81% | - |
| XYZ | 40.79 | 52.9 | 48.62 | - |
| YUV | 183.03 | 123.47 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 175 | 0.32 | 0 | 0.15 | 0.19 | 151.38 | 0.4 | 0.68 |
| Hex | 8D | CE | AF | 20 | 0 | F | 13 | 97 | 28 | 44 |
| Octal | 215 | 316 | 257 | 40 | 0 | 17 | 23 | 227 | 50 | 104 |
| Binary | 10001101 | 11001110 | 10101111 | 100000 | 0 | 1111 | 10011 | 10010111 | 101000 | 1000100 |
Color Harmonies of #8DCEAF
Complementary color
Monochromatic Colors of #8DCEAF
Black with #8DCEAF
Text Example
Text Example
White with #8DCEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCEAF; }
p { color: rgb(141,206,175); }
H1.HeaderClassName
{
color: #8DCEAF;
}
.AnyTagClassName
{
color: #8DCEAF;
}
</style>
background-color css
<style>
a { background-color: #8DCEAF; }
a { background-color: rgb(141,206,175); }
div.DivClassName
{
background-color: #8DCEAF;
}
.BgClassName
{
background-color: #8DCEAF;
}
</style>
border-color css
<style>
span { border-color: #8DCEAF; }
span { border-color: rgb(141,206,175); }
td.TdClassName
{
border-color: #8DCEAF;
}
.TagClassName
{
border-color: #8DCEAF;
}
</style>