#AEBFEF

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

Shades of Perano #AEBFEF

Tints of Perano #AEBFEF

Color information

#AEBFEF (or 0xAEBFEF) is unknown color: approx Perano. HEX triplet: AE, BF and EF. RGB value is (174,191,239). Sum of RGB (Red+Green+Blue) = 174+191+239=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEBFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBFEF is #514010. Grayscale: #BFBFBF. Windows color (decimal): -5324817 or 15712174. OLE color: 15712174.

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

Color convert

RGB174191239-
CMYK0.270.2000.06
HSL224.31º67.01%80.98%-
HSV(B)224.31º27.2%93.73%-
XYZ51.6752.4989.07-
YUV191.39154.87115.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 239 (93.75% from 255) = 39.57%
R=28.81%
G=31.62%
B=39.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1741912390.270.2000.06224.3167.0180.98
HexAEBFEF1B1406e04351
Octal256277357332406340103121
Binary101011101011111111101111110111010001101110000010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFEF; }

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

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

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

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

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

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

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

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