#AABED8

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

Shades of Light Steel Blue #AABED8

Tints of Light Steel Blue #AABED8

Color information

#AABED8 (or 0xAABED8) is unknown color: approx Light Steel Blue. HEX triplet: AA, BE and D8. RGB value is (170,190,216). Sum of RGB (Red+Green+Blue) = 170+190+216=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 216 - color contains mainly: blue. Hex color #AABED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABED8 is #554127. Grayscale: #BABABA. Windows color (decimal): -5587240 or 14204586. OLE color: 14204586.

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

Color convert

RGB170190216-
CMYK0.210.1200.15
HSL213.91º37.1%75.69%-
HSV(B)213.91º21.3%84.71%-
XYZ47.3950.3372.18-
YUV186.98144.37115.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.51%
GREEN value IS 190 (74.61% from 255) = 32.99%
BLUE value IS 216 (84.77% from 255) = 37.5%
R=29.51%
G=32.99%
B=37.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701902160.210.1200.15213.9137.175.69
HexAABED815C0Fd6254c
Octal252276330251401732645114
Binary10101010101111101101100010101110001111110101101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABED8; }

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

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

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

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

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

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

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

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