Shades of Vista Blue #8AEDAB
Tints of Vista Blue #8AEDAB
RGB
CMYK
RGB Variations
Color information
#8AEDAB (or 0x8AEDAB) is known color: Vista Blue. HEX triplet: 8A, ED and AB. RGB value is (138,237,171). Sum of RGB (Red+Green+Blue) = 138+237+171=546 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.27% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #8AEDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEDAB is #751254. Grayscale: #C8C8C8. Windows color (decimal): -7672405 or 11267466. OLE color: 11267466.
HSL color Cylindrical-coordinate representation of color #8AEDAB: hue angle of 140º 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 #8AEDAB is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 237 | 171 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.07 |
| HSL | 140º | 0.73% | 0.74% | - |
| HSV(B) | 140º | 0.42% | 0.93% | - |
| XYZ | 48.12 | 68.91 | 49.29 | - |
| YUV | 199.88 | 111.7 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 237 | 171 | 0.42 | 0 | 0.28 | 0.07 | 140 | 0.73 | 0.74 |
| Hex | 8A | ED | AB | 2A | 0 | 1C | 7 | 8C | 49 | 4A |
| Octal | 212 | 355 | 253 | 52 | 0 | 34 | 7 | 214 | 111 | 112 |
| Binary | 10001010 | 11101101 | 10101011 | 101010 | 0 | 11100 | 111 | 10001100 | 1001001 | 1001010 |
Color Harmonies of #8AEDAB
Complementary color
Monochromatic Colors of #8AEDAB
Black with #8AEDAB
Text Example
Text Example
White with #8AEDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEDAB; }
p { color: rgb(138,237,171); }
H1.HeaderClassName
{
color: #8AEDAB;
}
.AnyTagClassName
{
color: #8AEDAB;
}
</style>
background-color css
<style>
a { background-color: #8AEDAB; }
a { background-color: rgb(138,237,171); }
div.DivClassName
{
background-color: #8AEDAB;
}
.BgClassName
{
background-color: #8AEDAB;
}
</style>
border-color css
<style>
span { border-color: #8AEDAB; }
span { border-color: rgb(138,237,171); }
td.TdClassName
{
border-color: #8AEDAB;
}
.TagClassName
{
border-color: #8AEDAB;
}
</style>