#AEBFE2

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

Shades of Light Steel Blue #AEBFE2

Tints of Light Steel Blue #AEBFE2

Color information

#AEBFE2 (or 0xAEBFE2) is unknown color: approx Light Steel Blue. HEX triplet: AE, BF and E2. RGB value is (174,191,226). Sum of RGB (Red+Green+Blue) = 174+191+226=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 226 (88.67% from 255 or 38.24% from 591); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEBFE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFE2 is #51401D. Grayscale: #BDBDBD. Windows color (decimal): -5324830 or 14860206. OLE color: 14860206.

HSL color Cylindrical-coordinate representation of color #AEBFE2: hue angle of 220.38º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEBFE2 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174191226-
CMYK0.230.1500.11
HSL220.38º47.27%78.43%-
HSV(B)220.38º23.01%88.63%-
XYZ49.8151.7579.32-
YUV189.91148.37116.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.44%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 226 (88.67% from 255) = 38.24%
R=29.44%
G=32.32%
B=38.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741912260.230.1500.11220.3847.2778.43
HexAEBFE217F0Bdc2f4e
Octal256277342271701333457116
Binary10101110101111111110001010111111101011110111001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFE2; }

 p { color: rgb(174,191,226); }

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

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

 a { background-color: rgb(174,191,226); }

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

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

 span { border-color: rgb(174,191,226); }

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