#8AC8AF

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

Shades of Vista Blue #8AC8AF

Tints of Vista Blue #8AC8AF

Color information

#8AC8AF (or 0x8AC8AF) is unknown color: approx Vista Blue. HEX triplet: 8A, C8 and AF. RGB value is (138,200,175). Sum of RGB (Red+Green+Blue) = 138+200+175=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC8AF is #753750. Grayscale: #B2B2B2. Windows color (decimal): -7681873 or 11520138. OLE color: 11520138.

HSL color Cylindrical-coordinate representation of color #8AC8AF: hue angle of 155.81º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AC8AF is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB138200175-
CMYK0.3100.120.22
HSL155.81º36.05%66.27%-
HSV(B)155.81º31%78.43%-
XYZ38.8749.8148.12-
YUV178.61125.9699.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.90%
GREEN value IS 200 (78.52% from 255) = 38.99%
BLUE value IS 175 (68.75% from 255) = 34.11%
R=26.90%
G=38.99%
B=34.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1382001750.3100.120.22155.8136.0566.27
Hex8AC8AF1F0C169c2442
Octal212310257370142623444102
Binary100010101100100010101111111110110010110100111001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,200,175); }

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

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

 a { background-color: rgb(138,200,175); }

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

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

 span { border-color: rgb(138,200,175); }

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