Html Css Color HEX #AEC2DD Light Steel Blue

📋 copy color: '#AEC2DD'

red 174 ◦ green 194 ◦ blue 221

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

Shades of Light Steel Blue #AEC2DD

Tints of Light Steel Blue #AEC2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.94%

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

R = 29.54%
G = 32.94%
B = 37.52%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEC2DD (or 0xAEC2DD) is known color: Light Steel Blue. HEX triplet: AE, C2 and DD. RGB value is (174,194,221). Sum of RGB (Red+Green+Blue) = 174+194+221=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEC2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2DD is #513D22. Grayscale: #BEBEBE. Windows color (decimal): -5324067 or 14533294. OLE color: 14533294.

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

Color convert

RGB 174 194 221 -
CMYK 0.21 0.12 0 0.13
HSL 214.47º 0.41% 0.77% -
HSV(B) 214.47º 0.21% 0.87% -
XYZ 49.8 52.8 75.97 -
YUV 191.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 174 194 221 0.21 0.12 0 0.13 214.47 0.41 0.77
Hex AE C2 DD 15 C 0 D D6 29 4D
Octal 256 302 335 25 14 0 15 326 51 115
Binary 10101110 11000010 11011101 10101 1100 0 1101 11010110 101001 1001101

Color Harmonies of #AEC2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC2DD

Black with #AEC2DD

Text Example


Text Example

White with #AEC2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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