#AEC5D4

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

Shades of Spindle #AEC5D4

Tints of Spindle #AEC5D4

Color information

#AEC5D4 (or 0xAEC5D4) is unknown color: approx Spindle. HEX triplet: AE, C5 and D4. RGB value is (174,197,212). Sum of RGB (Red+Green+Blue) = 174+197+212=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 212 - color contains mainly: blue. Hex color #AEC5D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC5D4 is #513A2B. Grayscale: #BFBFBF. Windows color (decimal): -5323308 or 13944238. OLE color: 13944238.

HSL color Cylindrical-coordinate representation of color #AEC5D4: hue angle of 203.68º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEC5D4 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB174197212-
CMYK0.180.0700.17
HSL203.68º30.65%75.69%-
HSV(B)203.68º17.92%83.14%-
XYZ49.3153.6870.05-
YUV191.83139.38115.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.85%
GREEN value IS 197 (77.34% from 255) = 33.79%
BLUE value IS 212 (83.20% from 255) = 36.36%
R=29.85%
G=33.79%
B=36.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1741972120.180.0700.17203.6830.6575.69
HexAEC5D4127011cc1f4c
Octal25630532422702131437114
Binary1010111011000101110101001001011101000111001100111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC5D4; }

 p { color: rgb(174,197,212); }

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

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

 a { background-color: rgb(174,197,212); }

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

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

 span { border-color: rgb(174,197,212); }

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