Html Css Color HEX #AEC1DE Light Steel Blue

📋 copy color: '#AEC1DE'

red 174 ◦ green 193 ◦ blue 222

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

Shades of Light Steel Blue #AEC1DE

Tints of Light Steel Blue #AEC1DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.69%

R = 29.54%
G = 32.77%
B = 37.69%

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

#AEC1DE (or 0xAEC1DE) is known color: Light Steel Blue. HEX triplet: AE, C1 and DE. RGB value is (174,193,222). Sum of RGB (Red+Green+Blue) = 174+193+222=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEC1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1DE is #513E21. Grayscale: #BEBEBE. Windows color (decimal): -5324322 or 14598574. OLE color: 14598574.

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

Color convert

RGB 174 193 222 -
CMYK 0.22 0.13 0 0.13
HSL 216.25º 0.42% 0.78% -
HSV(B) 216.25º 0.22% 0.87% -
XYZ 49.71 52.41 76.6 -
YUV 190.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 174 193 222 0.22 0.13 0 0.13 216.25 0.42 0.78
Hex AE C1 DE 16 D 0 D D8 2A 4E
Octal 256 301 336 26 15 0 15 330 52 116
Binary 10101110 11000001 11011110 10110 1101 0 1101 11011000 101010 1001110

Color Harmonies of #AEC1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC1DE

Black with #AEC1DE

Text Example


Text Example

White with #AEC1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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