#AEBDD8

Color #AEBDD8 Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #AEBDD8

Tints of Light Steel Blue #AEBDD8

Color information

#AEBDD8 (or 0xAEBDD8) is unknown color: approx 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

RGB174189216-
CMYK0.190.1200.15
HSL218.57º35%76.47%-
HSV(B)218.57º19.44%84.71%-
XYZ48.0550.3572.15-
YUV187.59144.03118.3-

RGB Variations

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

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 (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741892160.190.1200.15218.573576.47
HexAEBDD813C0Fdb234c
Octal256275330231401733343114
Binary10101110101111011101100010011110001111110110111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>