#AEB9EF

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

Shades of Perano #AEB9EF

Tints of Perano #AEB9EF

Color information

#AEB9EF (or 0xAEB9EF) is unknown color: approx Perano. HEX triplet: AE, B9 and EF. RGB value is (174,185,239). Sum of RGB (Red+Green+Blue) = 174+185+239=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEB9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB9EF is #514610. Grayscale: #BBBBBB. Windows color (decimal): -5326353 or 15710638. OLE color: 15710638.

HSL color Cylindrical-coordinate representation of color #AEB9EF: hue angle of 229.85º 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 #AEB9EF is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174185239-
CMYK0.270.2300.06
HSL229.85º67.01%80.98%-
HSV(B)229.85º27.2%93.73%-
XYZ50.3849.9388.64-
YUV187.87156.86118.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.10%
GREEN value IS 185 (72.66% from 255) = 30.94%
BLUE value IS 239 (93.75% from 255) = 39.97%
R=29.10%
G=30.94%
B=39.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1741852390.270.2300.06229.8567.0180.98
HexAEB9EF1B1706e64351
Octal256271357332706346103121
Binary101011101011100111101111110111011101101110011010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB9EF; }

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

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

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

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

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

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

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

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