#8ACFAD

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

Shades of Vista Blue #8ACFAD

Tints of Vista Blue #8ACFAD

Color information

#8ACFAD (or 0x8ACFAD) is unknown color: approx Vista Blue. HEX triplet: 8A, CF and AD. RGB value is (138,207,173). Sum of RGB (Red+Green+Blue) = 138+207+173=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACFAD is #753052. Grayscale: #B6B6B6. Windows color (decimal): -7680083 or 11390858. OLE color: 11390858.

HSL color Cylindrical-coordinate representation of color #8ACFAD: hue angle of 150.43º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACFAD is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB138207173-
CMYK0.3300.160.19
HSL150.43º41.82%67.65%-
HSV(B)150.43º33.33%81.18%-
XYZ40.3453.0547.65-
YUV182.49122.6496.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.64%
GREEN value IS 207 (81.25% from 255) = 39.96%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=26.64%
G=39.96%
B=33.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1382071730.3300.160.19150.4341.8267.65
Hex8ACFAD2101013962a44
Octal212317255410202322652104
Binary10001010110011111010110110000101000010011100101101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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