Html Css Color HEX #AEC5DC Light Steel Blue

📋 copy color: '#AEC5DC'

red 174 ◦ green 197 ◦ blue 220

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

Shades of Light Steel Blue #AEC5DC

Tints of Light Steel Blue #AEC5DC

RGB

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

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

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

R = 29.44%
G = 33.33%
B = 37.23%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEC5DC (or 0xAEC5DC) is known color: Light Steel Blue. HEX triplet: AE, C5 and DC. RGB value is (174,197,220). Sum of RGB (Red+Green+Blue) = 174+197+220=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEC5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC5DC is #513A23. Grayscale: #C0C0C0. Windows color (decimal): -5323300 or 14468526. OLE color: 14468526.

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

Color convert

RGB 174 197 220 -
CMYK 0.21 0.10 0 0.14
HSL 210º 0.4% 0.77% -
HSV(B) 210º 0.21% 0.86% -
XYZ 50.34 54.1 75.5 -
YUV 192.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 174 197 220 0.21 0.10 0 0.14 210 0.4 0.77
Hex AE C5 DC 15 A 0 E D2 28 4D
Octal 256 305 334 25 12 0 16 322 50 115
Binary 10101110 11000101 11011100 10101 1010 0 1110 11010010 101000 1001101

Color Harmonies of #AEC5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC5DC

Black with #AEC5DC

Text Example


Text Example

White with #AEC5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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