#AABEDA

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

Shades of Light Steel Blue #AABEDA

Tints of Light Steel Blue #AABEDA

Color information

#AABEDA (or 0xAABEDA) is unknown color: approx Light Steel Blue. HEX triplet: AA, BE and DA. RGB value is (170,190,218). Sum of RGB (Red+Green+Blue) = 170+190+218=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #AABEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEDA is #554125. Grayscale: #BBBBBB. Windows color (decimal): -5587238 or 14335658. OLE color: 14335658.

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

Color convert

RGB170190218-
CMYK0.220.1300.15
HSL215º39.34%76.08%-
HSV(B)215º22.02%85.49%-
XYZ47.6550.4373.55-
YUV187.21145.37115.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.41%
GREEN value IS 190 (74.61% from 255) = 32.87%
BLUE value IS 218 (85.55% from 255) = 37.72%
R=29.41%
G=32.87%
B=37.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701902180.220.1300.1521539.3476.08
HexAABEDA16D0Fd7274c
Octal252276332261501732747114
Binary10101010101111101101101010110110101111110101111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEDA; }

 p { color: rgb(170,190,218); }

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

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

 a { background-color: rgb(170,190,218); }

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

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

 span { border-color: rgb(170,190,218); }

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