#8ACDB1

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

Shades of Vista Blue #8ACDB1

Tints of Vista Blue #8ACDB1

Color information

#8ACDB1 (or 0x8ACDB1) is unknown color: approx Vista Blue. HEX triplet: 8A, CD and B1. RGB value is (138,205,177). Sum of RGB (Red+Green+Blue) = 138+205+177=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACDB1 is #75324E. Grayscale: #B5B5B5. Windows color (decimal): -7680591 or 11652490. OLE color: 11652490.

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

Color convert

RGB138205177-
CMYK0.3300.140.20
HSL154.93º40.12%67.25%-
HSV(B)154.93º32.68%80.39%-
XYZ40.2552.2449.56-
YUV181.77125.396.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.54%
GREEN value IS 205 (80.47% from 255) = 39.42%
BLUE value IS 177 (69.53% from 255) = 34.04%
R=26.54%
G=39.42%
B=34.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1382051770.3300.140.20154.9340.1267.25
Hex8ACDB1210E149b2843
Octal212315261410162423350103
Binary1000101011001101101100011000010111010100100110111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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