#AABEDE

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

Shades of Light Steel Blue #AABEDE

Tints of Light Steel Blue #AABEDE

Color information

#AABEDE (or 0xAABEDE) is unknown color: approx Light Steel Blue. HEX triplet: AA, BE and DE. RGB value is (170,190,222). Sum of RGB (Red+Green+Blue) = 170+190+222=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #AABEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEDE is #554121. Grayscale: #BBBBBB. Windows color (decimal): -5587234 or 14597802. OLE color: 14597802.

HSL color Cylindrical-coordinate representation of color #AABEDE: hue angle of 216.92º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AABEDE is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170190222-
CMYK0.230.1400.13
HSL216.92º44.07%76.86%-
HSV(B)216.92º23.42%87.06%-
XYZ48.1850.6576.34-
YUV187.67147.37115.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.21%
GREEN value IS 190 (74.61% from 255) = 32.65%
BLUE value IS 222 (87.11% from 255) = 38.14%
R=29.21%
G=32.65%
B=38.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701902220.230.1400.13216.9244.0776.86
HexAABEDE17E0Dd92c4d
Octal252276336271601533154115
Binary10101010101111101101111010111111001101110110011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEDE; }

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

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

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

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

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

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

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

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