Shades of Vista Blue #8DCDB0
Tints of Vista Blue #8DCDB0
RGB
CMYK
RGB Variations
Color information
#8DCDB0 (or 0x8DCDB0) is known color: Vista Blue. HEX triplet: 8D, CD and B0. RGB value is (141,205,176). Sum of RGB (Red+Green+Blue) = 141+205+176=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCDB0 is #72324F. Grayscale: #B6B6B6. Windows color (decimal): -7483984 or 11586957. OLE color: 11586957.
HSL color Cylindrical-coordinate representation of color #8DCDB0: hue angle of 152.81º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCDB0 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 205 | 176 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.20 |
| HSL | 152.81º | 0.39% | 0.68% | - |
| HSV(B) | 152.81º | 0.31% | 0.8% | - |
| XYZ | 40.65 | 52.46 | 49.06 | - |
| YUV | 182.56 | 124.3 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 176 | 0.31 | 0 | 0.14 | 0.20 | 152.81 | 0.39 | 0.68 |
| Hex | 8D | CD | B0 | 1F | 0 | E | 14 | 99 | 27 | 44 |
| Octal | 215 | 315 | 260 | 37 | 0 | 16 | 24 | 231 | 47 | 104 |
| Binary | 10001101 | 11001101 | 10110000 | 11111 | 0 | 1110 | 10100 | 10011001 | 100111 | 1000100 |
Color Harmonies of #8DCDB0
Complementary color
Monochromatic Colors of #8DCDB0
Black with #8DCDB0
Text Example
Text Example
White with #8DCDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCDB0; }
p { color: rgb(141,205,176); }
H1.HeaderClassName
{
color: #8DCDB0;
}
.AnyTagClassName
{
color: #8DCDB0;
}
</style>
background-color css
<style>
a { background-color: #8DCDB0; }
a { background-color: rgb(141,205,176); }
div.DivClassName
{
background-color: #8DCDB0;
}
.BgClassName
{
background-color: #8DCDB0;
}
</style>
border-color css
<style>
span { border-color: #8DCDB0; }
span { border-color: rgb(141,205,176); }
td.TdClassName
{
border-color: #8DCDB0;
}
.TagClassName
{
border-color: #8DCDB0;
}
</style>