Html Css Color HEX #AEC3DB Light Steel Blue

📋 copy color: '#AEC3DB'

red 174 ◦ green 195 ◦ blue 219

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

Shades of Light Steel Blue #AEC3DB

Tints of Light Steel Blue #AEC3DB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.16%

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

R = 29.59%
G = 33.16%
B = 37.24%

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

#AEC3DB (or 0xAEC3DB) is known color: Light Steel Blue. HEX triplet: AE, C3 and DB. RGB value is (174,195,219). Sum of RGB (Red+Green+Blue) = 174+195+219=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEC3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC3DB is #513C24. Grayscale: #BFBFBF. Windows color (decimal): -5323813 or 14402478. OLE color: 14402478.

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

Color convert

RGB 174 195 219 -
CMYK 0.21 0.11 0 0.14
HSL 212º 0.38% 0.77% -
HSV(B) 212º 0.21% 0.86% -
XYZ 49.76 53.14 74.65 -
YUV 191.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 174 195 219 0.21 0.11 0 0.14 212 0.38 0.77
Hex AE C3 DB 15 B 0 E D4 26 4D
Octal 256 303 333 25 13 0 16 324 46 115
Binary 10101110 11000011 11011011 10101 1011 0 1110 11010100 100110 1001101

Color Harmonies of #AEC3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC3DB

Black with #AEC3DB

Text Example


Text Example

White with #AEC3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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