Html Css Color HEX #AEC5DF Light Steel Blue

📋 copy color: '#AEC5DF'

red 174 ◦ green 197 ◦ blue 223

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

Shades of Light Steel Blue #AEC5DF

Tints of Light Steel Blue #AEC5DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.54%

R = 29.29%
G = 33.16%
B = 37.54%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEC5DF (or 0xAEC5DF) is known color: Light Steel Blue. HEX triplet: AE, C5 and DF. RGB value is (174,197,223). Sum of RGB (Red+Green+Blue) = 174+197+223=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEC5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC5DF is #513A20. Grayscale: #C0C0C0. Windows color (decimal): -5323297 or 14665134. OLE color: 14665134.

HSL color Cylindrical-coordinate representation of color #AEC5DF: hue angle of 211.84º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEC5DF is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 197 223 -
CMYK 0.22 0.12 0 0.13
HSL 211.84º 0.43% 0.78% -
HSV(B) 211.84º 0.22% 0.87% -
XYZ 50.74 54.26 77.61 -
YUV 193.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 174 197 223 0.22 0.12 0 0.13 211.84 0.43 0.78
Hex AE C5 DF 16 C 0 D D4 2B 4E
Octal 256 305 337 26 14 0 15 324 53 116
Binary 10101110 11000101 11011111 10110 1100 0 1101 11010100 101011 1001110

Color Harmonies of #AEC5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC5DF

Black with #AEC5DF

Text Example


Text Example

White with #AEC5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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