#AABFE1

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

Shades of Light Steel Blue #AABFE1

Tints of Light Steel Blue #AABFE1

Color information

#AABFE1 (or 0xAABFE1) is unknown color: approx Light Steel Blue. HEX triplet: AA, BF and E1. RGB value is (170,191,225). Sum of RGB (Red+Green+Blue) = 170+191+225=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #AABFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFE1 is #55401E. Grayscale: #BCBCBC. Windows color (decimal): -5586975 or 14794666. OLE color: 14794666.

HSL color Cylindrical-coordinate representation of color #AABFE1: hue angle of 217.09º 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 #AABFE1 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170191225-
CMYK0.240.1500.12
HSL217.09º47.83%77.45%-
HSV(B)217.09º24.44%88.24%-
XYZ48.851.2478.55-
YUV188.6148.54114.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.01%
GREEN value IS 191 (75% from 255) = 32.59%
BLUE value IS 225 (88.28% from 255) = 38.40%
R=29.01%
G=32.59%
B=38.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701912250.240.1500.12217.0947.8377.45
HexAABFE118F0Cd9304d
Octal252277341301701433160115
Binary10101010101111111110000111000111101100110110011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFE1; }

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

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

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

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

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

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

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

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