#AEC6DA

Color #AEC6DA Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #AEC6DA

Tints of Spindle #AEC6DA

Color information

#AEC6DA (or 0xAEC6DA) is unknown color: approx Spindle. HEX triplet: AE, C6 and DA. RGB value is (174,198,218). Sum of RGB (Red+Green+Blue) = 174+198+218=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #AEC6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC6DA is #513925. Grayscale: #C0C0C0. Windows color (decimal): -5323046 or 14337710. OLE color: 14337710.

HSL color Cylindrical-coordinate representation of color #AEC6DA: hue angle of 207.27º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEC6DA is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174198218-
CMYK0.200.0900.15
HSL207.27º37.29%76.86%-
HSV(B)207.27º20.18%85.49%-
XYZ50.354.4574.19-
YUV193.1142.05114.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.49%
GREEN value IS 198 (77.73% from 255) = 33.56%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=29.49%
G=33.56%
B=36.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741982180.200.0900.15207.2737.2976.86
HexAEC6DA1490Fcf254d
Octal256306332241101731745115
Binary10101110110001101101101010100100101111110011111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC6DA; }

 p { color: rgb(174,198,218); }

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

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

 a { background-color: rgb(174,198,218); }

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

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

 span { border-color: rgb(174,198,218); }

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