Html Css Color HEX #AEBCDC Light Steel Blue

📋 copy color: '#AEBCDC'

red 174 ◦ green 188 ◦ blue 220

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

Shades of Light Steel Blue #AEBCDC

Tints of Light Steel Blue #AEBCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.3%

 BLUE value IS 220 (86.33% from 255) = 37.8%

R = 29.9%
G = 32.3%
B = 37.8%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEBCDC (or 0xAEBCDC) is known color: Light Steel Blue. HEX triplet: AE, BC and DC. RGB value is (174,188,220). Sum of RGB (Red+Green+Blue) = 174+188+220=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEBCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCDC is #514323. Grayscale: #BBBBBB. Windows color (decimal): -5325604 or 14466222. OLE color: 14466222.

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

Color convert

RGB 174 188 220 -
CMYK 0.21 0.15 0 0.14
HSL 221.74º 0.4% 0.77% -
HSV(B) 221.74º 0.21% 0.86% -
XYZ 48.36 50.13 74.84 -
YUV 187.46 146.36 118.4 -
System Red Green Blue C M Y K H S L
Decimal 174 188 220 0.21 0.15 0 0.14 221.74 0.4 0.77
Hex AE BC DC 15 F 0 E DE 28 4D
Octal 256 274 334 25 17 0 16 336 50 115
Binary 10101110 10111100 11011100 10101 1111 0 1110 11011110 101000 1001101

Color Harmonies of #AEBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBCDC

Black with #AEBCDC

Text Example


Text Example

White with #AEBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBCDC; }

 p { color: rgb(174,188,220); }

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

background-color css

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

 a { background-color: rgb(174,188,220); }

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

border-color css

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

 span { border-color: rgb(174,188,220); }

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