#AEAFEE

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

Shades of Perano #AEAFEE

Tints of Perano #AEAFEE

Color information

#AEAFEE (or 0xAEAFEE) is unknown color: approx Perano. HEX triplet: AE, AF and EE. RGB value is (174,175,238). Sum of RGB (Red+Green+Blue) = 174+175+238=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEAFEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAFEE is #515011. Grayscale: #B5B5B5. Windows color (decimal): -5328914 or 15642542. OLE color: 15642542.

HSL color Cylindrical-coordinate representation of color #AEAFEE: hue angle of 239.06º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEAFEE is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174175238-
CMYK0.270.2600.07
HSL239.06º65.31%80.78%-
HSV(B)239.06º26.89%93.33%-
XYZ48.2245.8387.19-
YUV181.88159.67122.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.64%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 238 (93.36% from 255) = 40.55%
R=29.64%
G=29.81%
B=40.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741752380.270.2600.07239.0665.3180.78
HexAEAFEE1B1A07ef4151
Octal256257356333207357101121
Binary101011101010111111101110110111101001111110111110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFEE; }

 p { color: rgb(174,175,238); }

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

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

 a { background-color: rgb(174,175,238); }

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

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

 span { border-color: rgb(174,175,238); }

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