Html Css Color HEX #AEC0DC Light Steel Blue

📋 copy color: '#AEC0DC'

red 174 ◦ green 192 ◦ blue 220

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

Shades of Light Steel Blue #AEC0DC

Tints of Light Steel Blue #AEC0DC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.76%

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

R = 29.69%
G = 32.76%
B = 37.54%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEC0DC (or 0xAEC0DC) is known color: Light Steel Blue. HEX triplet: AE, C0 and DC. RGB value is (174,192,220). Sum of RGB (Red+Green+Blue) = 174+192+220=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEC0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0DC is #513F23. Grayscale: #BDBDBD. Windows color (decimal): -5324580 or 14467246. OLE color: 14467246.

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

Color convert

RGB 174 192 220 -
CMYK 0.21 0.13 0 0.14
HSL 216.52º 0.4% 0.77% -
HSV(B) 216.52º 0.21% 0.86% -
XYZ 49.22 51.87 75.13 -
YUV 189.81 145.04 116.72 -
System Red Green Blue C M Y K H S L
Decimal 174 192 220 0.21 0.13 0 0.14 216.52 0.4 0.77
Hex AE C0 DC 15 D 0 E D9 28 4D
Octal 256 300 334 25 15 0 16 331 50 115
Binary 10101110 11000000 11011100 10101 1101 0 1110 11011001 101000 1001101

Color Harmonies of #AEC0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC0DC

Black with #AEC0DC

Text Example


Text Example

White with #AEC0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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