Shades of Vista Blue #8BCAAE
Tints of Vista Blue #8BCAAE
RGB
CMYK
RGB Variations
Color information
#8BCAAE (or 0x8BCAAE) is known color: Vista Blue. HEX triplet: 8B, CA and AE. RGB value is (139,202,174). Sum of RGB (Red+Green+Blue) = 139+202+174=515 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.99% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCAAE is #743551. Grayscale: #B4B4B4. Windows color (decimal): -7615826 or 11455115. OLE color: 11455115.
HSL color Cylindrical-coordinate representation of color #8BCAAE: hue angle of 153.33º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BCAAE is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 174 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.21 |
| HSL | 153.33º | 0.37% | 0.67% | - |
| HSV(B) | 153.33º | 0.31% | 0.79% | - |
| XYZ | 39.41 | 50.79 | 47.77 | - |
| YUV | 179.97 | 124.63 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 174 | 0.31 | 0 | 0.14 | 0.21 | 153.33 | 0.37 | 0.67 |
| Hex | 8B | CA | AE | 1F | 0 | E | 15 | 99 | 25 | 43 |
| Octal | 213 | 312 | 256 | 37 | 0 | 16 | 25 | 231 | 45 | 103 |
| Binary | 10001011 | 11001010 | 10101110 | 11111 | 0 | 1110 | 10101 | 10011001 | 100101 | 1000011 |
Color Harmonies of #8BCAAE
Complementary color
Monochromatic Colors of #8BCAAE
Black with #8BCAAE
Text Example
Text Example
White with #8BCAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCAAE; }
p { color: rgb(139,202,174); }
H1.HeaderClassName
{
color: #8BCAAE;
}
.AnyTagClassName
{
color: #8BCAAE;
}
</style>
background-color css
<style>
a { background-color: #8BCAAE; }
a { background-color: rgb(139,202,174); }
div.DivClassName
{
background-color: #8BCAAE;
}
.BgClassName
{
background-color: #8BCAAE;
}
</style>
border-color css
<style>
span { border-color: #8BCAAE; }
span { border-color: rgb(139,202,174); }
td.TdClassName
{
border-color: #8BCAAE;
}
.TagClassName
{
border-color: #8BCAAE;
}
</style>