Shades of Vista Blue #8ADEAF
Tints of Vista Blue #8ADEAF
RGB
CMYK
RGB Variations
Color information
#8ADEAF (or 0x8ADEAF) is known color: Vista Blue. HEX triplet: 8A, DE and AF. RGB value is (138,222,175). Sum of RGB (Red+Green+Blue) = 138+222+175=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADEAF is #752150. Grayscale: #BFBFBF. Windows color (decimal): -7676241 or 11525770. OLE color: 11525770.
HSL color Cylindrical-coordinate representation of color #8ADEAF: hue angle of 146.43º 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 #8ADEAF is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 138 | 222 | 175 | - |
CMYK | 0.38 | 0 | 0.21 | 0.13 |
HSL | 146.43º | 0.56% | 0.71% | - |
HSV(B) | 146.43º | 0.38% | 0.87% | - |
XYZ | 44.34 | 60.74 | 49.94 | - |
YUV | 191.53 | 118.67 | 89.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 138 | 222 | 175 | 0.38 | 0 | 0.21 | 0.13 | 146.43 | 0.56 | 0.71 |
Hex | 8A | DE | AF | 26 | 0 | 15 | D | 92 | 38 | 47 |
Octal | 212 | 336 | 257 | 46 | 0 | 25 | 15 | 222 | 70 | 107 |
Binary | 10001010 | 11011110 | 10101111 | 100110 | 0 | 10101 | 1101 | 10010010 | 111000 | 1000111 |
Color Harmonies of #8ADEAF
Complementary color
Monochromatic Colors of #8ADEAF
Black with #8ADEAF
Text Example
Text Example
White with #8ADEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADEAF; }
p { color: rgb(138,222,175); }
H1.HeaderClassName
{
color: #8ADEAF;
}
.AnyTagClassName
{
color: #8ADEAF;
}
</style>
background-color css
<style>
a { background-color: #8ADEAF; }
a { background-color: rgb(138,222,175); }
div.DivClassName
{
background-color: #8ADEAF;
}
.BgClassName
{
background-color: #8ADEAF;
}
</style>
border-color css
<style>
span { border-color: #8ADEAF; }
span { border-color: rgb(138,222,175); }
td.TdClassName
{
border-color: #8ADEAF;
}
.TagClassName
{
border-color: #8ADEAF;
}
</style>