#8ACAB0

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

Shades of Vista Blue #8ACAB0

Tints of Vista Blue #8ACAB0

Color information

#8ACAB0 (or 0x8ACAB0) is unknown color: approx Vista Blue. HEX triplet: 8A, CA and B0. RGB value is (138,202,176). Sum of RGB (Red+Green+Blue) = 138+202+176=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #8ACAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACAB0 is #75354F. Grayscale: #B3B3B3. Windows color (decimal): -7681360 or 11586186. OLE color: 11586186.

HSL color Cylindrical-coordinate representation of color #8ACAB0: hue angle of 155.62º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACAB0 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB138202176-
CMYK0.3200.130.21
HSL155.62º37.65%66.67%-
HSV(B)155.62º31.68%79.22%-
XYZ39.4450.7848.8-
YUV179.9125.898.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.74%
GREEN value IS 202 (79.30% from 255) = 39.15%
BLUE value IS 176 (69.14% from 255) = 34.11%
R=26.74%
G=39.15%
B=34.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1382021760.3200.130.21155.6237.6566.67
Hex8ACAB0200D159c2643
Octal212312260400152523446103
Binary1000101011001010101100001000000110110101100111001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,202,176); }

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

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

 a { background-color: rgb(138,202,176); }

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

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

 span { border-color: rgb(138,202,176); }

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