#8ADAA8

Color #8ADAA8 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #8ADAA8

Tints of Vista Blue #8ADAA8

Color information

#8ADAA8 (or 0x8ADAA8) is unknown color: approx Vista Blue. HEX triplet: 8A, DA and A8. RGB value is (138,218,168). Sum of RGB (Red+Green+Blue) = 138+218+168=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADAA8 is #752557. Grayscale: #BCBCBC. Windows color (decimal): -7677272 or 11065994. OLE color: 11065994.

HSL color Cylindrical-coordinate representation of color #8ADAA8: hue angle of 142.5º 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 #8ADAA8 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB138218168-
CMYK0.3700.230.15
HSL142.5º51.95%69.8%-
HSV(B)142.5º36.7%85.49%-
XYZ42.6258.3746.07-
YUV188.38116.592.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 26.34%
GREEN value IS 218 (85.55% from 255) = 41.60%
BLUE value IS 168 (66.02% from 255) = 32.06%
R=26.34%
G=41.60%
B=32.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382181680.3700.230.15142.551.9569.8
Hex8ADAA825017F8e3446
Octal212332250450271721664106
Binary1000101011011010101010001001010101111111100011101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ADAA8; }

 p { color: rgb(138,218,168); }

 H1.HeaderClassName
 {
   color: #8ADAA8;
 }
 .AnyTagClassName
 {
   color: #8ADAA8;
 }
</style>
background-color css

<style>
 a { background-color: #8ADAA8; }

 a { background-color: rgb(138,218,168); }

 div.DivClassName
 {
   background-color: #8ADAA8;
 }
 .BgClassName
 {
   background-color: #8ADAA8;
 }
</style>
border-color css

<style>
 span { border-color: #8ADAA8; }

 span { border-color: rgb(138,218,168); }

 td.TdClassName
 {
   border-color: #8ADAA8;
 }
 .TagClassName
 {
   border-color: #8ADAA8;
 }
</style>