#AECADD

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

Shades of Spindle #AECADD

Tints of Spindle #AECADD

Color information

#AECADD (or 0xAECADD) is unknown color: approx Spindle. HEX triplet: AE, CA and DD. RGB value is (174,202,221). Sum of RGB (Red+Green+Blue) = 174+202+221=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #AECADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECADD is #513522. Grayscale: #C3C3C3. Windows color (decimal): -5322019 or 14535342. OLE color: 14535342.

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

Color convert

RGB174202221-
CMYK0.210.0900.13
HSL204.26º40.87%77.45%-
HSV(B)204.26º21.27%86.67%-
XYZ51.6356.4676.58-
YUV195.79142.22112.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.15%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 221 (86.72% from 255) = 37.02%
R=29.15%
G=33.84%
B=37.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742022210.210.0900.13204.2640.8777.45
HexAECADD1590Dcc294d
Octal256312335251101531451115
Binary10101110110010101101110110101100101101110011001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECADD; }

 p { color: rgb(174,202,221); }

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

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

 a { background-color: rgb(174,202,221); }

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

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

 span { border-color: rgb(174,202,221); }

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