Html Css Color HEX #AEBEDA Light Steel Blue

📋 copy color: '#AEBEDA'

red 174 ◦ green 190 ◦ blue 218

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

Shades of Light Steel Blue #AEBEDA

Tints of Light Steel Blue #AEBEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.46%

R = 29.9%
G = 32.65%
B = 37.46%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AEBEDA (or 0xAEBEDA) is known color: Light Steel Blue. HEX triplet: AE, BE and DA. RGB value is (174,190,218). Sum of RGB (Red+Green+Blue) = 174+190+218=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #AEBEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBEDA is #514125. Grayscale: #BCBCBC. Windows color (decimal): -5325094 or 14335662. OLE color: 14335662.

HSL color Cylindrical-coordinate representation of color #AEBEDA: hue angle of 218.18º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEBEDA is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 190 218 -
CMYK 0.20 0.13 0 0.15
HSL 218.18º 0.37% 0.77% -
HSV(B) 218.18º 0.2% 0.85% -
XYZ 48.52 50.89 73.59 -
YUV 188.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 174 190 218 0.20 0.13 0 0.15 218.18 0.37 0.77
Hex AE BE DA 14 D 0 F DA 25 4D
Octal 256 276 332 24 15 0 17 332 45 115
Binary 10101110 10111110 11011010 10100 1101 0 1111 11011010 100101 1001101

Color Harmonies of #AEBEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBEDA

Black with #AEBEDA

Text Example


Text Example

White with #AEBEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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