#AAADFE

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

Shades of Perano #AAADFE

Tints of Perano #AAADFE

Color information

#AAADFE (or 0xAAADFE) is unknown color: approx Perano. HEX triplet: AA, AD and FE. RGB value is (170,173,254). Sum of RGB (Red+Green+Blue) = 170+173+254=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAADFE is #555201. Grayscale: #B5B5B5. Windows color (decimal): -5591554 or 16690602. OLE color: 16690602.

HSL color Cylindrical-coordinate representation of color #AAADFE: hue angle of 237.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAADFE is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB170173254-
CMYK0.330.3200.00
HSL237.86º97.67%83.14%-
HSV(B)237.86º33.07%99.61%-
XYZ49.4145.5999.96-
YUV181.34169.01119.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.48%
GREEN value IS 173 (67.97% from 255) = 28.98%
BLUE value IS 254 (99.61% from 255) = 42.55%
R=28.48%
G=28.98%
B=42.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1701732540.330.3200.00237.8697.6783.14
HexAAADFE212000ee6253
Octal252255376414000356142123
Binary101010101010110111111110100001100000001110111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADFE; }

 p { color: rgb(170,173,254); }

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

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

 a { background-color: rgb(170,173,254); }

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

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

 span { border-color: rgb(170,173,254); }

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