Shades of Vista Blue #8AEBBC
Tints of Vista Blue #8AEBBC
RGB
CMYK
RGB Variations
Color information
#8AEBBC (or 0x8AEBBC) is known color: Vista Blue. HEX triplet: 8A, EB and BC. RGB value is (138,235,188). Sum of RGB (Red+Green+Blue) = 138+235+188=561 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.60% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEBBC is #751443. Grayscale: #C8C8C8. Windows color (decimal): -7672900 or 12381066. OLE color: 12381066.
HSL color Cylindrical-coordinate representation of color #8AEBBC: hue angle of 150.93º degrees, saturation: 0.71, 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 #8AEBBC is Cyan = 0.41, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 235 | 188 | - |
| CMYK | 0.41 | 0 | 0.2 | 0.08 |
| HSL | 150.93º | 0.71% | 0.73% | - |
| HSV(B) | 150.93º | 0.41% | 0.92% | - |
| XYZ | 49.27 | 68.45 | 58.19 | - |
| YUV | 200.64 | 120.86 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 235 | 188 | 0.41 | 0 | 0.2 | 0.08 | 150.93 | 0.71 | 0.73 |
| Hex | 8A | EB | BC | 29 | 0 | 14 | 8 | 97 | 47 | 49 |
| Octal | 212 | 353 | 274 | 51 | 0 | 24 | 10 | 227 | 107 | 111 |
| Binary | 10001010 | 11101011 | 10111100 | 101001 | 0 | 10100 | 1000 | 10010111 | 1000111 | 1001001 |
Color Harmonies of #8AEBBC
Complementary color
Monochromatic Colors of #8AEBBC
Black with #8AEBBC
Text Example
Text Example
White with #8AEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEBBC; }
p { color: rgb(138,235,188); }
H1.HeaderClassName
{
color: #8AEBBC;
}
.AnyTagClassName
{
color: #8AEBBC;
}
</style>
background-color css
<style>
a { background-color: #8AEBBC; }
a { background-color: rgb(138,235,188); }
div.DivClassName
{
background-color: #8AEBBC;
}
.BgClassName
{
background-color: #8AEBBC;
}
</style>
border-color css
<style>
span { border-color: #8AEBBC; }
span { border-color: rgb(138,235,188); }
td.TdClassName
{
border-color: #8AEBBC;
}
.TagClassName
{
border-color: #8AEBBC;
}
</style>