Html Css Color HEX #AEBEDB Light Steel Blue

📋 copy color: '#AEBEDB'

red 174 ◦ green 190 ◦ blue 219

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

Shades of Light Steel Blue #AEBEDB

Tints of Light Steel Blue #AEBEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.59%

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

R = 29.85%
G = 32.59%
B = 37.56%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEBEDB (or 0xAEBEDB) is known color: Light Steel Blue. HEX triplet: AE, BE and DB. RGB value is (174,190,219). Sum of RGB (Red+Green+Blue) = 174+190+219=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEBEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBEDB is #514124. Grayscale: #BCBCBC. Windows color (decimal): -5325093 or 14401198. OLE color: 14401198.

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

Color convert

RGB 174 190 219 -
CMYK 0.21 0.13 0 0.14
HSL 218.67º 0.38% 0.77% -
HSV(B) 218.67º 0.21% 0.86% -
XYZ 48.66 50.94 74.29 -
YUV 188.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 174 190 219 0.21 0.13 0 0.14 218.67 0.38 0.77
Hex AE BE DB 15 D 0 E DB 26 4D
Octal 256 276 333 25 15 0 16 333 46 115
Binary 10101110 10111110 11011011 10101 1101 0 1110 11011011 100110 1001101

Color Harmonies of #AEBEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBEDB

Black with #AEBEDB

Text Example


Text Example

White with #AEBEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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