Html Css Color HEX #AEBDD9 Light Steel Blue

📋 copy color: '#AEBDD9'

red 174 ◦ green 189 ◦ blue 217

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

Shades of Light Steel Blue #AEBDD9

Tints of Light Steel Blue #AEBDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.41%

R = 30%
G = 32.59%
B = 37.41%

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

#AEBDD9 (or 0xAEBDD9) is known color: Light Steel Blue. HEX triplet: AE, BD and D9. RGB value is (174,189,217). Sum of RGB (Red+Green+Blue) = 174+189+217=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 217 - color contains mainly: blue. Hex color #AEBDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDD9 is #514226. Grayscale: #BBBBBB. Windows color (decimal): -5325351 or 14269870. OLE color: 14269870.

HSL color Cylindrical-coordinate representation of color #AEBDD9: hue angle of 219.07º degrees, saturation: 0.36, 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 #AEBDD9 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 189 217 -
CMYK 0.20 0.13 0 0.15
HSL 219.07º 0.36% 0.77% -
HSV(B) 219.07º 0.2% 0.85% -
XYZ 48.18 50.4 72.84 -
YUV 187.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 174 189 217 0.20 0.13 0 0.15 219.07 0.36 0.77
Hex AE BD D9 14 D 0 F DB 24 4D
Octal 256 275 331 24 15 0 17 333 44 115
Binary 10101110 10111101 11011001 10100 1101 0 1111 11011011 100100 1001101

Color Harmonies of #AEBDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDD9

Black with #AEBDD9

Text Example


Text Example

White with #AEBDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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