#AECADA

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

Shades of Spindle #AECADA

Tints of Spindle #AECADA

Color information

#AECADA (or 0xAECADA) is unknown color: approx Spindle. HEX triplet: AE, CA and DA. RGB value is (174,202,218). Sum of RGB (Red+Green+Blue) = 174+202+218=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #AECADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECADA is #513525. Grayscale: #C3C3C3. Windows color (decimal): -5322022 or 14338734. OLE color: 14338734.

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

Color convert

RGB174202218-
CMYK0.200.0700.15
HSL201.82º37.29%76.86%-
HSV(B)201.82º20.18%85.49%-
XYZ51.2356.374.5-
YUV195.45140.72112.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.29%
GREEN value IS 202 (79.30% from 255) = 34.01%
BLUE value IS 218 (85.55% from 255) = 36.70%
R=29.29%
G=34.01%
B=36.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742022180.200.0700.15201.8237.2976.86
HexAECADA1470Fca254d
Octal25631233224701731245115
Binary1010111011001010110110101010011101111110010101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECADA; }

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

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

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

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

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

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

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

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