Shades of Vista Blue #8ADDAC
Tints of Vista Blue #8ADDAC
RGB
CMYK
RGB Variations
Color information
#8ADDAC (or 0x8ADDAC) is known color: Vista Blue. HEX triplet: 8A, DD and AC. RGB value is (138,221,172). Sum of RGB (Red+Green+Blue) = 138+221+172=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADDAC is #752253. Grayscale: #BEBEBE. Windows color (decimal): -7676500 or 11328906. OLE color: 11328906.
HSL color Cylindrical-coordinate representation of color #8ADDAC: hue angle of 144.58º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADDAC is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 172 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.13 |
| HSL | 144.58º | 0.55% | 0.7% | - |
| HSV(B) | 144.58º | 0.38% | 0.87% | - |
| XYZ | 43.78 | 60.09 | 48.32 | - |
| YUV | 190.6 | 117.5 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 172 | 0.38 | 0 | 0.22 | 0.13 | 144.58 | 0.55 | 0.7 |
| Hex | 8A | DD | AC | 26 | 0 | 16 | D | 91 | 37 | 46 |
| Octal | 212 | 335 | 254 | 46 | 0 | 26 | 15 | 221 | 67 | 106 |
| Binary | 10001010 | 11011101 | 10101100 | 100110 | 0 | 10110 | 1101 | 10010001 | 110111 | 1000110 |
Color Harmonies of #8ADDAC
Complementary color
Monochromatic Colors of #8ADDAC
Black with #8ADDAC
Text Example
Text Example
White with #8ADDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDAC; }
p { color: rgb(138,221,172); }
H1.HeaderClassName
{
color: #8ADDAC;
}
.AnyTagClassName
{
color: #8ADDAC;
}
</style>
background-color css
<style>
a { background-color: #8ADDAC; }
a { background-color: rgb(138,221,172); }
div.DivClassName
{
background-color: #8ADDAC;
}
.BgClassName
{
background-color: #8ADDAC;
}
</style>
border-color css
<style>
span { border-color: #8ADDAC; }
span { border-color: rgb(138,221,172); }
td.TdClassName
{
border-color: #8ADDAC;
}
.TagClassName
{
border-color: #8ADDAC;
}
</style>