Shades of Vista Blue #8ADAB7
Tints of Vista Blue #8ADAB7
RGB
CMYK
RGB Variations
Color information
#8ADAB7 (or 0x8ADAB7) is known color: Vista Blue. HEX triplet: 8A, DA and B7. RGB value is (138,218,183). Sum of RGB (Red+Green+Blue) = 138+218+183=539 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.60% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADAB7 is #752548. Grayscale: #BEBEBE. Windows color (decimal): -7677257 or 12049034. OLE color: 12049034.
HSL color Cylindrical-coordinate representation of color #8ADAB7: hue angle of 153.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADAB7 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 218 | 183 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.15 |
| HSL | 153.75º | 0.52% | 0.7% | - |
| HSV(B) | 153.75º | 0.37% | 0.85% | - |
| XYZ | 44.1 | 58.96 | 53.86 | - |
| YUV | 190.09 | 124 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 183 | 0.37 | 0 | 0.16 | 0.15 | 153.75 | 0.52 | 0.7 |
| Hex | 8A | DA | B7 | 25 | 0 | 10 | F | 9A | 34 | 46 |
| Octal | 212 | 332 | 267 | 45 | 0 | 20 | 17 | 232 | 64 | 106 |
| Binary | 10001010 | 11011010 | 10110111 | 100101 | 0 | 10000 | 1111 | 10011010 | 110100 | 1000110 |
Color Harmonies of #8ADAB7
Complementary color
Monochromatic Colors of #8ADAB7
Black with #8ADAB7
Text Example
Text Example
White with #8ADAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADAB7; }
p { color: rgb(138,218,183); }
H1.HeaderClassName
{
color: #8ADAB7;
}
.AnyTagClassName
{
color: #8ADAB7;
}
</style>
background-color css
<style>
a { background-color: #8ADAB7; }
a { background-color: rgb(138,218,183); }
div.DivClassName
{
background-color: #8ADAB7;
}
.BgClassName
{
background-color: #8ADAB7;
}
</style>
border-color css
<style>
span { border-color: #8ADAB7; }
span { border-color: rgb(138,218,183); }
td.TdClassName
{
border-color: #8ADAB7;
}
.TagClassName
{
border-color: #8ADAB7;
}
</style>