Shades of Vista Blue #8BEAB4
Tints of Vista Blue #8BEAB4
RGB
CMYK
RGB Variations
Color information
#8BEAB4 (or 0x8BEAB4) is known color: Vista Blue. HEX triplet: 8B, EA and B4. RGB value is (139,234,180). Sum of RGB (Red+Green+Blue) = 139+234+180=553 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.14% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #8BEAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEAB4 is #74154B. Grayscale: #C7C7C7. Windows color (decimal): -7607628 or 11856523. OLE color: 11856523.
HSL color Cylindrical-coordinate representation of color #8BEAB4: hue angle of 145.89º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BEAB4 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 234 | 180 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.08 |
| HSL | 145.89º | 0.69% | 0.73% | - |
| HSV(B) | 145.89º | 0.41% | 0.92% | - |
| XYZ | 48.31 | 67.63 | 53.69 | - |
| YUV | 199.44 | 117.03 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 234 | 180 | 0.41 | 0 | 0.23 | 0.08 | 145.89 | 0.69 | 0.73 |
| Hex | 8B | EA | B4 | 29 | 0 | 17 | 8 | 92 | 45 | 49 |
| Octal | 213 | 352 | 264 | 51 | 0 | 27 | 10 | 222 | 105 | 111 |
| Binary | 10001011 | 11101010 | 10110100 | 101001 | 0 | 10111 | 1000 | 10010010 | 1000101 | 1001001 |
Color Harmonies of #8BEAB4
Complementary color
Monochromatic Colors of #8BEAB4
Black with #8BEAB4
Text Example
Text Example
White with #8BEAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEAB4; }
p { color: rgb(139,234,180); }
H1.HeaderClassName
{
color: #8BEAB4;
}
.AnyTagClassName
{
color: #8BEAB4;
}
</style>
background-color css
<style>
a { background-color: #8BEAB4; }
a { background-color: rgb(139,234,180); }
div.DivClassName
{
background-color: #8BEAB4;
}
.BgClassName
{
background-color: #8BEAB4;
}
</style>
border-color css
<style>
span { border-color: #8BEAB4; }
span { border-color: rgb(139,234,180); }
td.TdClassName
{
border-color: #8BEAB4;
}
.TagClassName
{
border-color: #8BEAB4;
}
</style>