Shades of Vista Blue #8ADEBB
Tints of Vista Blue #8ADEBB
RGB
CMYK
RGB Variations
Color information
#8ADEBB (or 0x8ADEBB) is known color: Vista Blue. HEX triplet: 8A, DE and BB. RGB value is (138,222,187). Sum of RGB (Red+Green+Blue) = 138+222+187=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADEBB is #752144. Grayscale: #C0C0C0. Windows color (decimal): -7676229 or 12312202. OLE color: 12312202.
HSL color Cylindrical-coordinate representation of color #8ADEBB: hue angle of 155º degrees, saturation: 0.56, 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 #8ADEBB is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 187 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.13 |
| HSL | 155º | 0.56% | 0.71% | - |
| HSV(B) | 155º | 0.38% | 0.87% | - |
| XYZ | 45.57 | 61.23 | 56.43 | - |
| YUV | 192.89 | 124.67 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 187 | 0.38 | 0 | 0.16 | 0.13 | 155 | 0.56 | 0.71 |
| Hex | 8A | DE | BB | 26 | 0 | 10 | D | 9B | 38 | 47 |
| Octal | 212 | 336 | 273 | 46 | 0 | 20 | 15 | 233 | 70 | 107 |
| Binary | 10001010 | 11011110 | 10111011 | 100110 | 0 | 10000 | 1101 | 10011011 | 111000 | 1000111 |
Color Harmonies of #8ADEBB
Complementary color
Monochromatic Colors of #8ADEBB
Black with #8ADEBB
Text Example
Text Example
White with #8ADEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADEBB; }
p { color: rgb(138,222,187); }
H1.HeaderClassName
{
color: #8ADEBB;
}
.AnyTagClassName
{
color: #8ADEBB;
}
</style>
background-color css
<style>
a { background-color: #8ADEBB; }
a { background-color: rgb(138,222,187); }
div.DivClassName
{
background-color: #8ADEBB;
}
.BgClassName
{
background-color: #8ADEBB;
}
</style>
border-color css
<style>
span { border-color: #8ADEBB; }
span { border-color: rgb(138,222,187); }
td.TdClassName
{
border-color: #8ADEBB;
}
.TagClassName
{
border-color: #8ADEBB;
}
</style>