#AABEE1

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

Shades of Light Steel Blue #AABEE1

Tints of Light Steel Blue #AABEE1

Color information

#AABEE1 (or 0xAABEE1) is unknown color: approx Light Steel Blue. HEX triplet: AA, BE and E1. RGB value is (170,190,225). Sum of RGB (Red+Green+Blue) = 170+190+225=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #AABEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEE1 is #55411E. Grayscale: #BBBBBB. Windows color (decimal): -5587231 or 14794410. OLE color: 14794410.

HSL color Cylindrical-coordinate representation of color #AABEE1: hue angle of 218.18º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AABEE1 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170190225-
CMYK0.240.1600.12
HSL218.18º47.83%77.45%-
HSV(B)218.18º24.44%88.24%-
XYZ48.5850.8178.48-
YUV188.01148.87115.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.06%
GREEN value IS 190 (74.61% from 255) = 32.48%
BLUE value IS 225 (88.28% from 255) = 38.46%
R=29.06%
G=32.48%
B=38.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701902250.240.1600.12218.1847.8377.45
HexAABEE118100Cda304d
Octal252276341302001433260115
Binary101010101011111011100001110001000001100110110101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEE1; }

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

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

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

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

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

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

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

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