Shades of Vista Blue #8BCDAE
Tints of Vista Blue #8BCDAE
RGB
CMYK
RGB Variations
Color information
#8BCDAE (or 0x8BCDAE) is known color: Vista Blue. HEX triplet: 8B, CD and AE. RGB value is (139,205,174). Sum of RGB (Red+Green+Blue) = 139+205+174=518 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.83% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCDAE is #743251. Grayscale: #B5B5B5. Windows color (decimal): -7615058 or 11455883. OLE color: 11455883.
HSL color Cylindrical-coordinate representation of color #8BCDAE: hue angle of 151.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCDAE is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 174 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.20 |
| HSL | 151.82º | 0.4% | 0.67% | - |
| HSV(B) | 151.82º | 0.32% | 0.8% | - |
| XYZ | 40.12 | 52.21 | 48.01 | - |
| YUV | 181.73 | 123.63 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 174 | 0.32 | 0 | 0.15 | 0.20 | 151.82 | 0.4 | 0.67 |
| Hex | 8B | CD | AE | 20 | 0 | F | 14 | 98 | 28 | 43 |
| Octal | 213 | 315 | 256 | 40 | 0 | 17 | 24 | 230 | 50 | 103 |
| Binary | 10001011 | 11001101 | 10101110 | 100000 | 0 | 1111 | 10100 | 10011000 | 101000 | 1000011 |
Color Harmonies of #8BCDAE
Complementary color
Monochromatic Colors of #8BCDAE
Black with #8BCDAE
Text Example
Text Example
White with #8BCDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDAE; }
p { color: rgb(139,205,174); }
H1.HeaderClassName
{
color: #8BCDAE;
}
.AnyTagClassName
{
color: #8BCDAE;
}
</style>
background-color css
<style>
a { background-color: #8BCDAE; }
a { background-color: rgb(139,205,174); }
div.DivClassName
{
background-color: #8BCDAE;
}
.BgClassName
{
background-color: #8BCDAE;
}
</style>
border-color css
<style>
span { border-color: #8BCDAE; }
span { border-color: rgb(139,205,174); }
td.TdClassName
{
border-color: #8BCDAE;
}
.TagClassName
{
border-color: #8BCDAE;
}
</style>