#8AC9AD

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

Shades of Vista Blue #8AC9AD

Tints of Vista Blue #8AC9AD

Color information

#8AC9AD (or 0x8AC9AD) is unknown color: approx Vista Blue. HEX triplet: 8A, C9 and AD. RGB value is (138,201,173). Sum of RGB (Red+Green+Blue) = 138+201+173=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC9AD is #753652. Grayscale: #B3B3B3. Windows color (decimal): -7681619 or 11389322. OLE color: 11389322.

HSL color Cylindrical-coordinate representation of color #8AC9AD: hue angle of 153.33º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AC9AD is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB138201173-
CMYK0.3100.140.21
HSL153.33º36.84%66.47%-
HSV(B)153.33º31.34%78.82%-
XYZ38.9150.1947.17-
YUV178.97124.6398.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.95%
GREEN value IS 201 (78.91% from 255) = 39.26%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=26.95%
G=39.26%
B=33.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1382011730.3100.140.21153.3336.8466.47
Hex8AC9AD1F0E15992542
Octal212311255370162523145102
Binary100010101100100110101101111110111010101100110011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,201,173); }

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

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

 a { background-color: rgb(138,201,173); }

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

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

 span { border-color: rgb(138,201,173); }

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