#AAADFC

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

Shades of Perano #AAADFC

Tints of Perano #AAADFC

Color information

#AAADFC (or 0xAAADFC) is unknown color: approx Perano. HEX triplet: AA, AD and FC. RGB value is (170,173,252). Sum of RGB (Red+Green+Blue) = 170+173+252=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAADFC is #555203. Grayscale: #B4B4B4. Windows color (decimal): -5591556 or 16559530. OLE color: 16559530.

HSL color Cylindrical-coordinate representation of color #AAADFC: hue angle of 237.8º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAADFC is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB170173252-
CMYK0.330.3100.01
HSL237.8º93.18%82.75%-
HSV(B)237.8º32.54%98.82%-
XYZ49.0945.4698.28-
YUV181.11168.01120.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.57%
GREEN value IS 173 (67.97% from 255) = 29.08%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=28.57%
G=29.08%
B=42.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701732520.330.3100.01237.893.1882.75
HexAAADFC211F01ee5d53
Octal252255374413701356135123
Binary10101010101011011111110010000111111011110111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADFC; }

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

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

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

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

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

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

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

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