Html Css Color HEX #AEC5DD Light Steel Blue

📋 copy color: '#AEC5DD'

red 174 ◦ green 197 ◦ blue 221

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

Shades of Light Steel Blue #AEC5DD

Tints of Light Steel Blue #AEC5DD

RGB

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

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

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

R = 29.39%
G = 33.28%
B = 37.33%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEC5DD (or 0xAEC5DD) is known color: Light Steel Blue. HEX triplet: AE, C5 and DD. RGB value is (174,197,221). Sum of RGB (Red+Green+Blue) = 174+197+221=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEC5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC5DD is #513A22. Grayscale: #C0C0C0. Windows color (decimal): -5323299 or 14534062. OLE color: 14534062.

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

Color convert

RGB 174 197 221 -
CMYK 0.21 0.11 0 0.13
HSL 210.64º 0.41% 0.77% -
HSV(B) 210.64º 0.21% 0.87% -
XYZ 50.47 54.15 76.2 -
YUV 192.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 174 197 221 0.21 0.11 0 0.13 210.64 0.41 0.77
Hex AE C5 DD 15 B 0 D D3 29 4D
Octal 256 305 335 25 13 0 15 323 51 115
Binary 10101110 11000101 11011101 10101 1011 0 1101 11010011 101001 1001101

Color Harmonies of #AEC5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC5DD

Black with #AEC5DD

Text Example


Text Example

White with #AEC5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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