Html Css Color HEX #AEBDD8 Light Steel Blue

📋 copy color: '#AEBDD8'

red 174 ◦ green 189 ◦ blue 216

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

Shades of Light Steel Blue #AEBDD8

Tints of Light Steel Blue #AEBDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.31%

R = 30.05%
G = 32.64%
B = 37.31%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AEBDD8 (or 0xAEBDD8) is known color: Light Steel Blue. HEX triplet: AE, BD and D8. RGB value is (174,189,216). Sum of RGB (Red+Green+Blue) = 174+189+216=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 216 - color contains mainly: blue. Hex color #AEBDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDD8 is #514227. Grayscale: #BBBBBB. Windows color (decimal): -5325352 or 14204334. OLE color: 14204334.

HSL color Cylindrical-coordinate representation of color #AEBDD8: hue angle of 218.57º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEBDD8 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 189 216 -
CMYK 0.19 0.12 0 0.15
HSL 218.57º 0.35% 0.76% -
HSV(B) 218.57º 0.19% 0.85% -
XYZ 48.05 50.35 72.15 -
YUV 187.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 174 189 216 0.19 0.12 0 0.15 218.57 0.35 0.76
Hex AE BD D8 13 C 0 F DB 23 4C
Octal 256 275 330 23 14 0 17 333 43 114
Binary 10101110 10111101 11011000 10011 1100 0 1111 11011011 100011 1001100

Color Harmonies of #AEBDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDD8

Black with #AEBDD8

Text Example


Text Example

White with #AEBDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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