Shades of Vista Blue #8AEDAD
Tints of Vista Blue #8AEDAD
RGB
CMYK
RGB Variations
Color information
#8AEDAD (or 0x8AEDAD) is known color: Vista Blue. HEX triplet: 8A, ED and AD. RGB value is (138,237,173). Sum of RGB (Red+Green+Blue) = 138+237+173=548 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.18% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #8AEDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEDAD is #751252. Grayscale: #C8C8C8. Windows color (decimal): -7672403 or 11398538. OLE color: 11398538.
HSL color Cylindrical-coordinate representation of color #8AEDAD: hue angle of 141.21º 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 #8AEDAD is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 237 | 173 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.07 |
| HSL | 141.21º | 0.73% | 0.74% | - |
| HSV(B) | 141.21º | 0.42% | 0.93% | - |
| XYZ | 48.31 | 68.99 | 50.31 | - |
| YUV | 200.1 | 112.7 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 237 | 173 | 0.42 | 0 | 0.27 | 0.07 | 141.21 | 0.73 | 0.74 |
| Hex | 8A | ED | AD | 2A | 0 | 1B | 7 | 8D | 49 | 4A |
| Octal | 212 | 355 | 255 | 52 | 0 | 33 | 7 | 215 | 111 | 112 |
| Binary | 10001010 | 11101101 | 10101101 | 101010 | 0 | 11011 | 111 | 10001101 | 1001001 | 1001010 |
Color Harmonies of #8AEDAD
Complementary color
Monochromatic Colors of #8AEDAD
Black with #8AEDAD
Text Example
Text Example
White with #8AEDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEDAD; }
p { color: rgb(138,237,173); }
H1.HeaderClassName
{
color: #8AEDAD;
}
.AnyTagClassName
{
color: #8AEDAD;
}
</style>
background-color css
<style>
a { background-color: #8AEDAD; }
a { background-color: rgb(138,237,173); }
div.DivClassName
{
background-color: #8AEDAD;
}
.BgClassName
{
background-color: #8AEDAD;
}
</style>
border-color css
<style>
span { border-color: #8AEDAD; }
span { border-color: rgb(138,237,173); }
td.TdClassName
{
border-color: #8AEDAD;
}
.TagClassName
{
border-color: #8AEDAD;
}
</style>