Html Css Color HEX #AEC2DB Light Steel Blue

📋 copy color: '#AEC2DB'

red 174 ◦ green 194 ◦ blue 219

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

Shades of Light Steel Blue #AEC2DB

Tints of Light Steel Blue #AEC2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.31%

R = 29.64%
G = 33.05%
B = 37.31%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEC2DB (or 0xAEC2DB) is known color: Light Steel Blue. HEX triplet: AE, C2 and DB. RGB value is (174,194,219). Sum of RGB (Red+Green+Blue) = 174+194+219=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEC2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2DB is #513D24. Grayscale: #BEBEBE. Windows color (decimal): -5324069 or 14402222. OLE color: 14402222.

HSL color Cylindrical-coordinate representation of color #AEC2DB: hue angle of 213.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEC2DB is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 194 219 -
CMYK 0.21 0.11 0 0.14
HSL 213.33º 0.38% 0.77% -
HSV(B) 213.33º 0.21% 0.86% -
XYZ 49.53 52.7 74.58 -
YUV 190.87 143.87 115.97 -
System Red Green Blue C M Y K H S L
Decimal 174 194 219 0.21 0.11 0 0.14 213.33 0.38 0.77
Hex AE C2 DB 15 B 0 E D5 26 4D
Octal 256 302 333 25 13 0 16 325 46 115
Binary 10101110 11000010 11011011 10101 1011 0 1110 11010101 100110 1001101

Color Harmonies of #AEC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC2DB

Black with #AEC2DB

Text Example


Text Example

White with #AEC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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