#AEB3EF

Color #AEB3EF Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #AEB3EF

Tints of Perano #AEB3EF

Color information

#AEB3EF (or 0xAEB3EF) is unknown color: approx Perano. HEX triplet: AE, B3 and EF. RGB value is (174,179,239). Sum of RGB (Red+Green+Blue) = 174+179+239=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEB3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB3EF is #514C10. Grayscale: #B8B8B8. Windows color (decimal): -5327889 or 15709102. OLE color: 15709102.

HSL color Cylindrical-coordinate representation of color #AEB3EF: hue angle of 235.38º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEB3EF is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174179239-
CMYK0.270.2500.06
HSL235.38º67.01%80.98%-
HSV(B)235.38º27.2%93.73%-
XYZ49.1647.4788.23-
YUV184.34158.84120.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.39%
GREEN value IS 179 (70.31% from 255) = 30.24%
BLUE value IS 239 (93.75% from 255) = 40.37%
R=29.39%
G=30.24%
B=40.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1741792390.270.2500.06235.3867.0180.98
HexAEB3EF1B1906eb4351
Octal256263357333106353103121
Binary101011101011001111101111110111100101101110101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB3EF; }

 p { color: rgb(174,179,239); }

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

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

 a { background-color: rgb(174,179,239); }

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

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

 span { border-color: rgb(174,179,239); }

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