Shades of Vista Blue #8AEDAC
Tints of Vista Blue #8AEDAC
RGB
CMYK
RGB Variations
Color information
#8AEDAC (or 0x8AEDAC) is known color: Vista Blue. HEX triplet: 8A, ED and AC. RGB value is (138,237,172). Sum of RGB (Red+Green+Blue) = 138+237+172=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #8AEDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEDAC is #751253. Grayscale: #C8C8C8. Windows color (decimal): -7672404 or 11333002. OLE color: 11333002.
HSL color Cylindrical-coordinate representation of color #8AEDAC: hue angle of 140.61º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEDAC is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 237 | 172 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.07 |
| HSL | 140.61º | 0.73% | 0.74% | - |
| HSV(B) | 140.61º | 0.42% | 0.93% | - |
| XYZ | 48.21 | 68.95 | 49.8 | - |
| YUV | 199.99 | 112.2 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 237 | 172 | 0.42 | 0 | 0.27 | 0.07 | 140.61 | 0.73 | 0.74 |
| Hex | 8A | ED | AC | 2A | 0 | 1B | 7 | 8D | 49 | 4A |
| Octal | 212 | 355 | 254 | 52 | 0 | 33 | 7 | 215 | 111 | 112 |
| Binary | 10001010 | 11101101 | 10101100 | 101010 | 0 | 11011 | 111 | 10001101 | 1001001 | 1001010 |
Color Harmonies of #8AEDAC
Complementary color
Monochromatic Colors of #8AEDAC
Black with #8AEDAC
Text Example
Text Example
White with #8AEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEDAC; }
p { color: rgb(138,237,172); }
H1.HeaderClassName
{
color: #8AEDAC;
}
.AnyTagClassName
{
color: #8AEDAC;
}
</style>
background-color css
<style>
a { background-color: #8AEDAC; }
a { background-color: rgb(138,237,172); }
div.DivClassName
{
background-color: #8AEDAC;
}
.BgClassName
{
background-color: #8AEDAC;
}
</style>
border-color css
<style>
span { border-color: #8AEDAC; }
span { border-color: rgb(138,237,172); }
td.TdClassName
{
border-color: #8AEDAC;
}
.TagClassName
{
border-color: #8AEDAC;
}
</style>