Html Css Color HEX #AEC9DA Spindle

📋 copy color: '#AEC9DA'

red 174 ◦ green 201 ◦ blue 218

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

Shades of Spindle #AEC9DA

Tints of Spindle #AEC9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.76%

R = 29.34%
G = 33.9%
B = 36.76%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AEC9DA (or 0xAEC9DA) is known color: Spindle. HEX triplet: AE, C9 and DA. RGB value is (174,201,218). Sum of RGB (Red+Green+Blue) = 174+201+218=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #AEC9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC9DA is #513625. Grayscale: #C2C2C2. Windows color (decimal): -5322278 or 14338478. OLE color: 14338478.

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

Color convert

RGB 174 201 218 -
CMYK 0.20 0.08 0 0.15
HSL 203.18º 0.37% 0.77% -
HSV(B) 203.18º 0.2% 0.85% -
XYZ 51 55.83 74.42 -
YUV 194.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 174 201 218 0.20 0.08 0 0.15 203.18 0.37 0.77
Hex AE C9 DA 14 8 0 F CB 25 4D
Octal 256 311 332 24 10 0 17 313 45 115
Binary 10101110 11001001 11011010 10100 1000 0 1111 11001011 100101 1001101

Color Harmonies of #AEC9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC9DA

Black with #AEC9DA

Text Example


Text Example

White with #AEC9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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