#AEC0D1

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

Shades of Spindle #AEC0D1

Tints of Spindle #AEC0D1

Color information

#AEC0D1 (or 0xAEC0D1) is unknown color: approx Spindle. HEX triplet: AE, C0 and D1. RGB value is (174,192,209). Sum of RGB (Red+Green+Blue) = 174+192+209=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 209 - color contains mainly: blue. Hex color #AEC0D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0D1 is #513F2E. Grayscale: #BCBCBC. Windows color (decimal): -5324591 or 13746350. OLE color: 13746350.

HSL color Cylindrical-coordinate representation of color #AEC0D1: hue angle of 209.14º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEC0D1 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174192209-
CMYK0.170.0800.18
HSL209.14º27.56%75.1%-
HSV(B)209.14º16.75%81.96%-
XYZ47.8151.367.7-
YUV188.56139.54117.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.26%
GREEN value IS 192 (75.39% from 255) = 33.39%
BLUE value IS 209 (82.03% from 255) = 36.35%
R=30.26%
G=33.39%
B=36.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741922090.170.0800.18209.1427.5675.1
HexAEC0D1118012d11c4b
Octal256300321211002232134113
Binary10101110110000001101000110001100001001011010001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC0D1; }

 p { color: rgb(174,192,209); }

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

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

 a { background-color: rgb(174,192,209); }

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

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

 span { border-color: rgb(174,192,209); }

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