#AEBDDB

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

Shades of Light Steel Blue #AEBDDB

Tints of Light Steel Blue #AEBDDB

Color information

#AEBDDB (or 0xAEBDDB) is unknown color: approx Light Steel Blue. HEX triplet: AE, BD and DB. RGB value is (174,189,219). Sum of RGB (Red+Green+Blue) = 174+189+219=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEBDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDDB is #514224. Grayscale: #BBBBBB. Windows color (decimal): -5325349 or 14400942. OLE color: 14400942.

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

Color convert

RGB174189219-
CMYK0.210.1400.14
HSL220º38.46%77.06%-
HSV(B)220º20.55%85.88%-
XYZ48.4450.5174.21-
YUV187.94145.53118.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.90%
GREEN value IS 189 (74.22% from 255) = 32.47%
BLUE value IS 219 (85.94% from 255) = 37.63%
R=29.90%
G=32.47%
B=37.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741892190.210.1400.1422038.4677.06
HexAEBDDB15E0Edc264d
Octal256275333251601633446115
Binary10101110101111011101101110101111001110110111001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDDB; }

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

 H1.HeaderClassName
 {
   color: #AEBDDB;
 }
 .AnyTagClassName
 {
   color: #AEBDDB;
 }
</style>
background-color css

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

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

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

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

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

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