Html Css Color HEX #AEC5DE Light Steel Blue

📋 copy color: '#AEC5DE'

red 174 ◦ green 197 ◦ blue 222

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

Shades of Light Steel Blue #AEC5DE

Tints of Light Steel Blue #AEC5DE

RGB

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

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

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

R = 29.34%
G = 33.22%
B = 37.44%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEC5DE (or 0xAEC5DE) is known color: Light Steel Blue. HEX triplet: AE, C5 and DE. RGB value is (174,197,222). Sum of RGB (Red+Green+Blue) = 174+197+222=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEC5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC5DE is #513A21. Grayscale: #C0C0C0. Windows color (decimal): -5323298 or 14599598. OLE color: 14599598.

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

Color convert

RGB 174 197 222 -
CMYK 0.22 0.11 0 0.13
HSL 211.25º 0.42% 0.78% -
HSV(B) 211.25º 0.22% 0.87% -
XYZ 50.61 54.21 76.9 -
YUV 192.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 174 197 222 0.22 0.11 0 0.13 211.25 0.42 0.78
Hex AE C5 DE 16 B 0 D D3 2A 4E
Octal 256 305 336 26 13 0 15 323 52 116
Binary 10101110 11000101 11011110 10110 1011 0 1101 11010011 101010 1001110

Color Harmonies of #AEC5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC5DE

Black with #AEC5DE

Text Example


Text Example

White with #AEC5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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