#AEC9DC

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

Shades of Spindle #AEC9DC

Tints of Spindle #AEC9DC

Color information

#AEC9DC (or 0xAEC9DC) is unknown color: approx Spindle. HEX triplet: AE, C9 and DC. RGB value is (174,201,220). Sum of RGB (Red+Green+Blue) = 174+201+220=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEC9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC9DC is #513623. Grayscale: #C2C2C2. Windows color (decimal): -5322276 or 14469550. OLE color: 14469550.

HSL color Cylindrical-coordinate representation of color #AEC9DC: hue angle of 204.78º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEC9DC is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174201220-
CMYK0.210.0900.14
HSL204.78º39.66%77.25%-
HSV(B)204.78º20.91%86.27%-
XYZ51.2655.9475.81-
YUV195.09142.05112.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.24%
GREEN value IS 201 (78.91% from 255) = 33.78%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=29.24%
G=33.78%
B=36.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742012200.210.0900.14204.7839.6677.25
HexAEC9DC1590Ecd284d
Octal256311334251101631550115
Binary10101110110010011101110010101100101110110011011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC9DC; }

 p { color: rgb(174,201,220); }

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

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

 a { background-color: rgb(174,201,220); }

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

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

 span { border-color: rgb(174,201,220); }

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