#8ACEB1

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

Shades of Vista Blue #8ACEB1

Tints of Vista Blue #8ACEB1

Color information

#8ACEB1 (or 0x8ACEB1) is unknown color: approx Vista Blue. HEX triplet: 8A, CE and B1. RGB value is (138,206,177). Sum of RGB (Red+Green+Blue) = 138+206+177=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACEB1 is #75314E. Grayscale: #B6B6B6. Windows color (decimal): -7680335 or 11652746. OLE color: 11652746.

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

Color convert

RGB138206177-
CMYK0.3300.140.19
HSL154.41º40.96%67.45%-
HSV(B)154.41º33.01%80.78%-
XYZ40.4952.7249.64-
YUV182.36124.9796.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.49%
GREEN value IS 206 (80.86% from 255) = 39.54%
BLUE value IS 177 (69.53% from 255) = 33.97%
R=26.49%
G=39.54%
B=33.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1382061770.3300.140.19154.4140.9667.45
Hex8ACEB1210E139a2943
Octal212316261410162323251103
Binary1000101011001110101100011000010111010011100110101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,206,177); }

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

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

 a { background-color: rgb(138,206,177); }

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

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

 span { border-color: rgb(138,206,177); }

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