Html Css Color HEX #AEC0DD Light Steel Blue

📋 copy color: '#AEC0DD'

red 174 ◦ green 192 ◦ blue 221

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

Shades of Light Steel Blue #AEC0DD

Tints of Light Steel Blue #AEC0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.65%

R = 29.64%
G = 32.71%
B = 37.65%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEC0DD (or 0xAEC0DD) is known color: Light Steel Blue. HEX triplet: AE, C0 and DD. RGB value is (174,192,221). Sum of RGB (Red+Green+Blue) = 174+192+221=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEC0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0DD is #513F22. Grayscale: #BDBDBD. Windows color (decimal): -5324579 or 14532782. OLE color: 14532782.

HSL color Cylindrical-coordinate representation of color #AEC0DD: hue angle of 217.02º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEC0DD is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 192 221 -
CMYK 0.21 0.13 0 0.13
HSL 217.02º 0.41% 0.77% -
HSV(B) 217.02º 0.21% 0.87% -
XYZ 49.36 51.92 75.83 -
YUV 189.92 145.54 116.64 -
System Red Green Blue C M Y K H S L
Decimal 174 192 221 0.21 0.13 0 0.13 217.02 0.41 0.77
Hex AE C0 DD 15 D 0 D D9 29 4D
Octal 256 300 335 25 15 0 15 331 51 115
Binary 10101110 11000000 11011101 10101 1101 0 1101 11011001 101001 1001101

Color Harmonies of #AEC0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC0DD

Black with #AEC0DD

Text Example


Text Example

White with #AEC0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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