#AEC8D6

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

Shades of Spindle #AEC8D6

Tints of Spindle #AEC8D6

Color information

#AEC8D6 (or 0xAEC8D6) is unknown color: approx Spindle. HEX triplet: AE, C8 and D6. RGB value is (174,200,214). Sum of RGB (Red+Green+Blue) = 174+200+214=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 214 - color contains mainly: blue. Hex color #AEC8D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC8D6 is #513729. Grayscale: #C1C1C1. Windows color (decimal): -5322538 or 14076078. OLE color: 14076078.

HSL color Cylindrical-coordinate representation of color #AEC8D6: hue angle of 201º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEC8D6 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174200214-
CMYK0.190.0700.16
HSL201º32.79%76.08%-
HSV(B)201º18.69%83.92%-
XYZ50.2555.1671.62-
YUV193.82139.39113.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.59%
GREEN value IS 200 (78.52% from 255) = 34.01%
BLUE value IS 214 (83.98% from 255) = 36.39%
R=29.59%
G=34.01%
B=36.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742002140.190.0700.1620132.7976.08
HexAEC8D6137010c9214c
Octal25631032623702031141114
Binary10101110110010001101011010011111010000110010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC8D6; }

 p { color: rgb(174,200,214); }

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

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

 a { background-color: rgb(174,200,214); }

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

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

 span { border-color: rgb(174,200,214); }

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