#AEC1CE

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

Shades of Spindle #AEC1CE

Tints of Spindle #AEC1CE

Color information

#AEC1CE (or 0xAEC1CE) is unknown color: approx Spindle. HEX triplet: AE, C1 and CE. RGB value is (174,193,206). Sum of RGB (Red+Green+Blue) = 174+193+206=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEC1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1CE is #513E31. Grayscale: #BCBCBC. Windows color (decimal): -5324338 or 13549998. OLE color: 13549998.

HSL color Cylindrical-coordinate representation of color #AEC1CE: hue angle of 204.38º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEC1CE is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174193206-
CMYK0.160.0600.19
HSL204.38º24.62%74.51%-
HSV(B)204.38º15.53%80.78%-
XYZ47.6751.5965.84-
YUV188.8137.71117.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 193 (75.78% from 255) = 33.68%
BLUE value IS 206 (80.86% from 255) = 35.95%
R=30.37%
G=33.68%
B=35.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741932060.160.0600.19204.3824.6274.51
HexAEC1CE106013cc194b
Octal25630131620602331431113
Binary1010111011000001110011101000011001001111001100110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC1CE; }

 p { color: rgb(174,193,206); }

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

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

 a { background-color: rgb(174,193,206); }

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

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

 span { border-color: rgb(174,193,206); }

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