#8ACDA7

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

Shades of Vista Blue #8ACDA7

Tints of Vista Blue #8ACDA7

Color information

#8ACDA7 (or 0x8ACDA7) is unknown color: approx Vista Blue. HEX triplet: 8A, CD and A7. RGB value is (138,205,167). Sum of RGB (Red+Green+Blue) = 138+205+167=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 167 (65.62% from 255 or 32.75% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACDA7 is #753258. Grayscale: #B4B4B4. Windows color (decimal): -7680601 or 10997130. OLE color: 10997130.

HSL color Cylindrical-coordinate representation of color #8ACDA7: hue angle of 145.97º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACDA7 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB138205167-
CMYK0.3300.190.20
HSL145.97º40.12%67.25%-
HSV(B)145.97º32.68%80.39%-
XYZ39.2951.8644.5-
YUV180.64120.397.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.06%
GREEN value IS 205 (80.47% from 255) = 40.20%
BLUE value IS 167 (65.62% from 255) = 32.75%
R=27.06%
G=40.20%
B=32.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1382051670.3300.190.20145.9740.1267.25
Hex8ACDA72101314922843
Octal212315247410232422250103
Binary10001010110011011010011110000101001110100100100101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,205,167); }

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

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

 a { background-color: rgb(138,205,167); }

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

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

 span { border-color: rgb(138,205,167); }

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