Shades of Vista Blue #8AECBC
Tints of Vista Blue #8AECBC
RGB
CMYK
RGB Variations
Color information
#8AECBC (or 0x8AECBC) is known color: Vista Blue. HEX triplet: 8A, EC and BC. RGB value is (138,236,188). Sum of RGB (Red+Green+Blue) = 138+236+188=562 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.56% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #8AECBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AECBC is #751343. Grayscale: #C9C9C9. Windows color (decimal): -7672644 or 12381322. OLE color: 12381322.
HSL color Cylindrical-coordinate representation of color #8AECBC: hue angle of 150.61º 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 #8AECBC is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 236 | 188 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.07 |
| HSL | 150.61º | 0.72% | 0.73% | - |
| HSV(B) | 150.61º | 0.42% | 0.93% | - |
| XYZ | 49.55 | 69.03 | 58.29 | - |
| YUV | 201.23 | 120.53 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 236 | 188 | 0.42 | 0 | 0.20 | 0.07 | 150.61 | 0.72 | 0.73 |
| Hex | 8A | EC | BC | 2A | 0 | 14 | 7 | 97 | 48 | 49 |
| Octal | 212 | 354 | 274 | 52 | 0 | 24 | 7 | 227 | 110 | 111 |
| Binary | 10001010 | 11101100 | 10111100 | 101010 | 0 | 10100 | 111 | 10010111 | 1001000 | 1001001 |
Color Harmonies of #8AECBC
Complementary color
Monochromatic Colors of #8AECBC
Black with #8AECBC
Text Example
Text Example
White with #8AECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AECBC; }
p { color: rgb(138,236,188); }
H1.HeaderClassName
{
color: #8AECBC;
}
.AnyTagClassName
{
color: #8AECBC;
}
</style>
background-color css
<style>
a { background-color: #8AECBC; }
a { background-color: rgb(138,236,188); }
div.DivClassName
{
background-color: #8AECBC;
}
.BgClassName
{
background-color: #8AECBC;
}
</style>
border-color css
<style>
span { border-color: #8AECBC; }
span { border-color: rgb(138,236,188); }
td.TdClassName
{
border-color: #8AECBC;
}
.TagClassName
{
border-color: #8AECBC;
}
</style>