Html Css Color HEX #AEC0DB Light Steel Blue

📋 copy color: '#AEC0DB'

red 174 ◦ green 192 ◦ blue 219

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

Shades of Light Steel Blue #AEC0DB

Tints of Light Steel Blue #AEC0DB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.82%

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

R = 29.74%
G = 32.82%
B = 37.44%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEC0DB (or 0xAEC0DB) is known color: Light Steel Blue. HEX triplet: AE, C0 and DB. RGB value is (174,192,219). Sum of RGB (Red+Green+Blue) = 174+192+219=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEC0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0DB is #513F24. Grayscale: #BDBDBD. Windows color (decimal): -5324581 or 14401710. OLE color: 14401710.

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

Color convert

RGB 174 192 219 -
CMYK 0.21 0.12 0 0.14
HSL 216º 0.38% 0.77% -
HSV(B) 216º 0.21% 0.86% -
XYZ 49.09 51.81 74.43 -
YUV 189.7 144.54 116.8 -
System Red Green Blue C M Y K H S L
Decimal 174 192 219 0.21 0.12 0 0.14 216 0.38 0.77
Hex AE C0 DB 15 C 0 E D8 26 4D
Octal 256 300 333 25 14 0 16 330 46 115
Binary 10101110 11000000 11011011 10101 1100 0 1110 11011000 100110 1001101

Color Harmonies of #AEC0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC0DB

Black with #AEC0DB

Text Example


Text Example

White with #AEC0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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