Html Css Color HEX #AEC5DA Spindle

📋 copy color: '#AEC5DA'

red 174 ◦ green 197 ◦ blue 218

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

Shades of Spindle #AEC5DA

Tints of Spindle #AEC5DA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.45%

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

R = 29.54%
G = 33.45%
B = 37.01%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AEC5DA (or 0xAEC5DA) is known color: Spindle. HEX triplet: AE, C5 and DA. RGB value is (174,197,218). Sum of RGB (Red+Green+Blue) = 174+197+218=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #AEC5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC5DA is #513A25. Grayscale: #C0C0C0. Windows color (decimal): -5323302 or 14337454. OLE color: 14337454.

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

Color convert

RGB 174 197 218 -
CMYK 0.20 0.10 0 0.15
HSL 208.64º 0.37% 0.77% -
HSV(B) 208.64º 0.2% 0.85% -
XYZ 50.08 53.99 74.11 -
YUV 192.52 142.38 114.79 -
System Red Green Blue C M Y K H S L
Decimal 174 197 218 0.20 0.10 0 0.15 208.64 0.37 0.77
Hex AE C5 DA 14 A 0 F D1 25 4D
Octal 256 305 332 24 12 0 17 321 45 115
Binary 10101110 11000101 11011010 10100 1010 0 1111 11010001 100101 1001101

Color Harmonies of #AEC5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC5DA

Black with #AEC5DA

Text Example


Text Example

White with #AEC5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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