Html Css Color HEX #AEBBD9 Light Steel Blue

📋 copy color: '#AEBBD9'

red 174 ◦ green 187 ◦ blue 217

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

Shades of Light Steel Blue #AEBBD9

Tints of Light Steel Blue #AEBBD9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.35%

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

R = 30.1%
G = 32.35%
B = 37.54%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AEBBD9 (or 0xAEBBD9) is known color: Light Steel Blue. HEX triplet: AE, BB and D9. RGB value is (174,187,217). Sum of RGB (Red+Green+Blue) = 174+187+217=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 217 - color contains mainly: blue. Hex color #AEBBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBD9 is #514426. Grayscale: #BABABA. Windows color (decimal): -5325863 or 14269358. OLE color: 14269358.

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

Color convert

RGB 174 187 217 -
CMYK 0.20 0.14 0 0.15
HSL 221.86º 0.36% 0.77% -
HSV(B) 221.86º 0.2% 0.85% -
XYZ 47.75 49.55 72.69 -
YUV 186.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 174 187 217 0.20 0.14 0 0.15 221.86 0.36 0.77
Hex AE BB D9 14 E 0 F DE 24 4D
Octal 256 273 331 24 16 0 17 336 44 115
Binary 10101110 10111011 11011001 10100 1110 0 1111 11011110 100100 1001101

Color Harmonies of #AEBBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBBD9

Black with #AEBBD9

Text Example


Text Example

White with #AEBBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBBD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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