Html Css Color HEX #AEC1DF Light Steel Blue

📋 copy color: '#AEC1DF'

red 174 ◦ green 193 ◦ blue 223

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

Shades of Light Steel Blue #AEC1DF

Tints of Light Steel Blue #AEC1DF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.71%

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

R = 29.49%
G = 32.71%
B = 37.8%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEC1DF (or 0xAEC1DF) is known color: Light Steel Blue. HEX triplet: AE, C1 and DF. RGB value is (174,193,223). Sum of RGB (Red+Green+Blue) = 174+193+223=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEC1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1DF is #513E20. Grayscale: #BEBEBE. Windows color (decimal): -5324321 or 14664110. OLE color: 14664110.

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

Color convert

RGB 174 193 223 -
CMYK 0.22 0.13 0 0.13
HSL 216.73º 0.43% 0.78% -
HSV(B) 216.73º 0.22% 0.87% -
XYZ 49.84 52.47 77.31 -
YUV 190.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 174 193 223 0.22 0.13 0 0.13 216.73 0.43 0.78
Hex AE C1 DF 16 D 0 D D9 2B 4E
Octal 256 301 337 26 15 0 15 331 53 116
Binary 10101110 11000001 11011111 10110 1101 0 1101 11011001 101011 1001110

Color Harmonies of #AEC1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC1DF

Black with #AEC1DF

Text Example


Text Example

White with #AEC1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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