Html Css Color HEX #AEC9DC Spindle

📋 copy color: '#AEC9DC'

red 174 ◦ green 201 ◦ blue 220

#AEC9DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spindle #AEC9DC

Tints of Spindle #AEC9DC

RGB

 RED value IS 174 (68.36% from 255) = 29.24%

 GREEN value IS 201 (78.91% from 255) = 33.78%

 BLUE value IS 220 (86.33% from 255) = 36.97%

R = 29.24%
G = 33.78%
B = 36.97%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEC9DC (or 0xAEC9DC) is known color: Spindle. HEX triplet: AE, C9 and DC. RGB value is (174,201,220). Sum of RGB (Red+Green+Blue) = 174+201+220=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEC9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC9DC is #513623. Grayscale: #C2C2C2. Windows color (decimal): -5322276 or 14469550. OLE color: 14469550.

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

Color convert

RGB 174 201 220 -
CMYK 0.21 0.09 0 0.14
HSL 204.78º 0.4% 0.77% -
HSV(B) 204.78º 0.21% 0.86% -
XYZ 51.26 55.94 75.81 -
YUV 195.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 174 201 220 0.21 0.09 0 0.14 204.78 0.4 0.77
Hex AE C9 DC 15 9 0 E CD 28 4D
Octal 256 311 334 25 11 0 16 315 50 115
Binary 10101110 11001001 11011100 10101 1001 0 1110 11001101 101000 1001101

Color Harmonies of #AEC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC9DC

Black with #AEC9DC

Text Example


Text Example

White with #AEC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC9DC; }

 p { color: rgb(174,201,220); }

 H1.HeaderClassName
 {
   color: #AEC9DC;
 }
 .AnyTagClassName
 {
   color: #AEC9DC;
 }
</style>

background-color css

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

 a { background-color: rgb(174,201,220); }

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

border-color css

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

 span { border-color: rgb(174,201,220); }

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