#AAAFEE

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

Shades of Perano #AAAFEE

Tints of Perano #AAAFEE

Color information

#AAAFEE (or 0xAAAFEE) is unknown color: approx Perano. HEX triplet: AA, AF and EE. RGB value is (170,175,238). Sum of RGB (Red+Green+Blue) = 170+175+238=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAAFEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAFEE is #555011. Grayscale: #B4B4B4. Windows color (decimal): -5591058 or 15642538. OLE color: 15642538.

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

Color convert

RGB170175238-
CMYK0.290.2600.07
HSL235.59º66.67%80%-
HSV(B)235.59º28.57%93.33%-
XYZ47.3445.3887.15-
YUV180.69160.34120.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.16%
GREEN value IS 175 (68.75% from 255) = 30.02%
BLUE value IS 238 (93.36% from 255) = 40.82%
R=29.16%
G=30.02%
B=40.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701752380.290.2600.07235.5966.6780
HexAAAFEE1D1A07ec4350
Octal252257356353207354103120
Binary101010101010111111101110111011101001111110110010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFEE; }

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

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

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

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

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

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

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

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