Html Css Color HEX #AEC4DB Light Steel Blue

📋 copy color: '#AEC4DB'

red 174 ◦ green 196 ◦ blue 219

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

Shades of Light Steel Blue #AEC4DB

Tints of Light Steel Blue #AEC4DB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.28%

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

R = 29.54%
G = 33.28%
B = 37.18%

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

#AEC4DB (or 0xAEC4DB) is known color: Light Steel Blue. HEX triplet: AE, C4 and DB. RGB value is (174,196,219). Sum of RGB (Red+Green+Blue) = 174+196+219=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEC4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC4DB is #513B24. Grayscale: #BFBFBF. Windows color (decimal): -5323557 or 14402734. OLE color: 14402734.

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

Color convert

RGB 174 196 219 -
CMYK 0.21 0.11 0 0.14
HSL 210.67º 0.38% 0.77% -
HSV(B) 210.67º 0.21% 0.86% -
XYZ 49.98 53.59 74.73 -
YUV 192.04 143.21 115.13 -
System Red Green Blue C M Y K H S L
Decimal 174 196 219 0.21 0.11 0 0.14 210.67 0.38 0.77
Hex AE C4 DB 15 B 0 E D3 26 4D
Octal 256 304 333 25 13 0 16 323 46 115
Binary 10101110 11000100 11011011 10101 1011 0 1110 11010011 100110 1001101

Color Harmonies of #AEC4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC4DB

Black with #AEC4DB

Text Example


Text Example

White with #AEC4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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