Html Css Color HEX #AEC2DC Light Steel Blue

📋 copy color: '#AEC2DC'

red 174 ◦ green 194 ◦ blue 220

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

Shades of Light Steel Blue #AEC2DC

Tints of Light Steel Blue #AEC2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.99%

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

R = 29.59%
G = 32.99%
B = 37.41%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEC2DC (or 0xAEC2DC) is known color: Light Steel Blue. HEX triplet: AE, C2 and DC. RGB value is (174,194,220). Sum of RGB (Red+Green+Blue) = 174+194+220=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEC2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2DC is #513D23. Grayscale: #BEBEBE. Windows color (decimal): -5324068 or 14467758. OLE color: 14467758.

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

Color convert

RGB 174 194 220 -
CMYK 0.21 0.12 0 0.14
HSL 213.91º 0.4% 0.77% -
HSV(B) 213.91º 0.21% 0.86% -
XYZ 49.67 52.75 75.27 -
YUV 190.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 174 194 220 0.21 0.12 0 0.14 213.91 0.4 0.77
Hex AE C2 DC 15 C 0 E D6 28 4D
Octal 256 302 334 25 14 0 16 326 50 115
Binary 10101110 11000010 11011100 10101 1100 0 1110 11010110 101000 1001101

Color Harmonies of #AEC2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC2DC

Black with #AEC2DC

Text Example


Text Example

White with #AEC2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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