Shades of Vista Blue #8ADFAE
Tints of Vista Blue #8ADFAE
RGB
CMYK
RGB Variations
Color information
#8ADFAE (or 0x8ADFAE) is known color: Vista Blue. HEX triplet: 8A, DF and AE. RGB value is (138,223,174). Sum of RGB (Red+Green+Blue) = 138+223+174=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADFAE is #752051. Grayscale: #C0C0C0. Windows color (decimal): -7675986 or 11460490. OLE color: 11460490.
HSL color Cylindrical-coordinate representation of color #8ADFAE: hue angle of 145.41º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADFAE is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 223 | 174 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.13 |
| HSL | 145.41º | 0.57% | 0.71% | - |
| HSV(B) | 145.41º | 0.38% | 0.87% | - |
| XYZ | 44.51 | 61.23 | 49.52 | - |
| YUV | 192 | 117.84 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 174 | 0.38 | 0 | 0.22 | 0.13 | 145.41 | 0.57 | 0.71 |
| Hex | 8A | DF | AE | 26 | 0 | 16 | D | 91 | 39 | 47 |
| Octal | 212 | 337 | 256 | 46 | 0 | 26 | 15 | 221 | 71 | 107 |
| Binary | 10001010 | 11011111 | 10101110 | 100110 | 0 | 10110 | 1101 | 10010001 | 111001 | 1000111 |
Color Harmonies of #8ADFAE
Complementary color
Monochromatic Colors of #8ADFAE
Black with #8ADFAE
Text Example
Text Example
White with #8ADFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADFAE; }
p { color: rgb(138,223,174); }
H1.HeaderClassName
{
color: #8ADFAE;
}
.AnyTagClassName
{
color: #8ADFAE;
}
</style>
background-color css
<style>
a { background-color: #8ADFAE; }
a { background-color: rgb(138,223,174); }
div.DivClassName
{
background-color: #8ADFAE;
}
.BgClassName
{
background-color: #8ADFAE;
}
</style>
border-color css
<style>
span { border-color: #8ADFAE; }
span { border-color: rgb(138,223,174); }
td.TdClassName
{
border-color: #8ADFAE;
}
.TagClassName
{
border-color: #8ADFAE;
}
</style>