Html Css Color HEX #AEBDDD Light Steel Blue

📋 copy color: '#AEBDDD'

red 174 ◦ green 189 ◦ blue 221

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

Shades of Light Steel Blue #AEBDDD

Tints of Light Steel Blue #AEBDDD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.36%

 BLUE value IS 221 (86.72% from 255) = 37.84%

R = 29.79%
G = 32.36%
B = 37.84%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEBDDD (or 0xAEBDDD) is known color: Light Steel Blue. HEX triplet: AE, BD and DD. RGB value is (174,189,221). Sum of RGB (Red+Green+Blue) = 174+189+221=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEBDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDDD is #514222. Grayscale: #BCBCBC. Windows color (decimal): -5325347 or 14532014. OLE color: 14532014.

HSL color Cylindrical-coordinate representation of color #AEBDDD: hue angle of 220.85º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEBDDD is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 189 221 -
CMYK 0.21 0.14 0 0.13
HSL 220.85º 0.41% 0.77% -
HSV(B) 220.85º 0.21% 0.87% -
XYZ 48.7 50.61 75.61 -
YUV 188.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 174 189 221 0.21 0.14 0 0.13 220.85 0.41 0.77
Hex AE BD DD 15 E 0 D DD 29 4D
Octal 256 275 335 25 16 0 15 335 51 115
Binary 10101110 10111101 11011101 10101 1110 0 1101 11011101 101001 1001101

Color Harmonies of #AEBDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDDD

Black with #AEBDDD

Text Example


Text Example

White with #AEBDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDDD; }

 p { color: rgb(174,189,221); }

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

background-color css

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

 a { background-color: rgb(174,189,221); }

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

border-color css

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

 span { border-color: rgb(174,189,221); }

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