Html Css Color HEX #AEC1DA Light Steel Blue

📋 copy color: '#AEC1DA'

red 174 ◦ green 193 ◦ blue 218

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

Shades of Light Steel Blue #AEC1DA

Tints of Light Steel Blue #AEC1DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.26%

R = 29.74%
G = 32.99%
B = 37.26%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AEC1DA (or 0xAEC1DA) is known color: Light Steel Blue. HEX triplet: AE, C1 and DA. RGB value is (174,193,218). Sum of RGB (Red+Green+Blue) = 174+193+218=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #AEC1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1DA is #513E25. Grayscale: #BEBEBE. Windows color (decimal): -5324326 or 14336430. OLE color: 14336430.

HSL color Cylindrical-coordinate representation of color #AEC1DA: hue angle of 214.09º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEC1DA is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 193 218 -
CMYK 0.20 0.11 0 0.15
HSL 214.09º 0.37% 0.77% -
HSV(B) 214.09º 0.2% 0.85% -
XYZ 49.18 52.2 73.81 -
YUV 190.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 174 193 218 0.20 0.11 0 0.15 214.09 0.37 0.77
Hex AE C1 DA 14 B 0 F D6 25 4D
Octal 256 301 332 24 13 0 17 326 45 115
Binary 10101110 11000001 11011010 10100 1011 0 1111 11010110 100101 1001101

Color Harmonies of #AEC1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC1DA

Black with #AEC1DA

Text Example


Text Example

White with #AEC1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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