#AEC3DA

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

Shades of Spindle #AEC3DA

Tints of Spindle #AEC3DA

Color information

#AEC3DA (or 0xAEC3DA) is unknown color: approx Spindle. HEX triplet: AE, C3 and DA. RGB value is (174,195,218). Sum of RGB (Red+Green+Blue) = 174+195+218=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #AEC3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC3DA is #513C25. Grayscale: #BFBFBF. Windows color (decimal): -5323814 or 14336942. OLE color: 14336942.

HSL color Cylindrical-coordinate representation of color #AEC3DA: hue angle of 211.36º 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 #AEC3DA is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174195218-
CMYK0.200.1100.15
HSL211.36º37.29%76.86%-
HSV(B)211.36º20.18%85.49%-
XYZ49.6353.0973.96-
YUV191.34143.04115.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.64%
GREEN value IS 195 (76.56% from 255) = 33.22%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=29.64%
G=33.22%
B=37.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741952180.200.1100.15211.3637.2976.86
HexAEC3DA14B0Fd3254d
Octal256303332241301732345115
Binary10101110110000111101101010100101101111110100111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC3DA; }

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

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

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

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

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

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

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

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