Shades of Vista Blue #8AECBE
Tints of Vista Blue #8AECBE
RGB
CMYK
RGB Variations
Color information
#8AECBE (or 0x8AECBE) is known color: Vista Blue. HEX triplet: 8A, EC and BE. RGB value is (138,236,190). Sum of RGB (Red+Green+Blue) = 138+236+190=564 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.47% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #8AECBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AECBE is #751341. Grayscale: #C9C9C9. Windows color (decimal): -7672642 or 12512394. OLE color: 12512394.
HSL color Cylindrical-coordinate representation of color #8AECBE: hue angle of 151.84º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AECBE is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 236 | 190 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.07 |
| HSL | 151.84º | 0.72% | 0.73% | - |
| HSV(B) | 151.84º | 0.42% | 0.93% | - |
| XYZ | 49.77 | 69.11 | 59.43 | - |
| YUV | 201.45 | 121.53 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 236 | 190 | 0.42 | 0 | 0.19 | 0.07 | 151.84 | 0.72 | 0.73 |
| Hex | 8A | EC | BE | 2A | 0 | 13 | 7 | 98 | 48 | 49 |
| Octal | 212 | 354 | 276 | 52 | 0 | 23 | 7 | 230 | 110 | 111 |
| Binary | 10001010 | 11101100 | 10111110 | 101010 | 0 | 10011 | 111 | 10011000 | 1001000 | 1001001 |
Color Harmonies of #8AECBE
Complementary color
Monochromatic Colors of #8AECBE
Black with #8AECBE
Text Example
Text Example
White with #8AECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AECBE; }
p { color: rgb(138,236,190); }
H1.HeaderClassName
{
color: #8AECBE;
}
.AnyTagClassName
{
color: #8AECBE;
}
</style>
background-color css
<style>
a { background-color: #8AECBE; }
a { background-color: rgb(138,236,190); }
div.DivClassName
{
background-color: #8AECBE;
}
.BgClassName
{
background-color: #8AECBE;
}
</style>
border-color css
<style>
span { border-color: #8AECBE; }
span { border-color: rgb(138,236,190); }
td.TdClassName
{
border-color: #8AECBE;
}
.TagClassName
{
border-color: #8AECBE;
}
</style>