#8ACFA8

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

Shades of Vista Blue #8ACFA8

Tints of Vista Blue #8ACFA8

Color information

#8ACFA8 (or 0x8ACFA8) is unknown color: approx Vista Blue. HEX triplet: 8A, CF and A8. RGB value is (138,207,168). Sum of RGB (Red+Green+Blue) = 138+207+168=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACFA8 is #753057. Grayscale: #B6B6B6. Windows color (decimal): -7680088 or 11063178. OLE color: 11063178.

HSL color Cylindrical-coordinate representation of color #8ACFA8: hue angle of 146.09º 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 #8ACFA8 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB138207168-
CMYK0.3300.190.19
HSL146.09º41.82%67.65%-
HSV(B)146.09º33.33%81.18%-
XYZ39.8652.8645.15-
YUV181.92120.1496.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.90%
GREEN value IS 207 (81.25% from 255) = 40.35%
BLUE value IS 168 (66.02% from 255) = 32.75%
R=26.90%
G=40.35%
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.19
SystemRedGreenBlueCMYKHSL
Decimal1382071680.3300.190.19146.0941.8267.65
Hex8ACFA82101313922a44
Octal212317250410232322252104
Binary10001010110011111010100010000101001110011100100101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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