#AAC2FF

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

Shades of Perano #AAC2FF

Tints of Perano #AAC2FF

Color information

#AAC2FF (or 0xAAC2FF) is unknown color: approx Perano. HEX triplet: AA, C2 and FF. RGB value is (170,194,255). Sum of RGB (Red+Green+Blue) = 170+194+255=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAC2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC2FF is #553D00. Grayscale: #C1C1C1. Windows color (decimal): -5586177 or 16761514. OLE color: 16761514.

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

Color convert

RGB170194255-
CMYK0.330.2400
HSL223.06º100%83.33%-
HSV(B)223.06º33.33%100%-
XYZ53.9254.35102.26-
YUV193.78162.55111.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.46%
GREEN value IS 194 (76.17% from 255) = 31.34%
BLUE value IS 255 (100% from 255) = 41.20%
R=27.46%
G=31.34%
B=41.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701942550.330.2400223.0610083.33
HexAAC2FF211800df6453
Octal252302377413000337144123
Binary10101010110000101111111110000111000001101111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC2FF; }

 p { color: rgb(170,194,255); }

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

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

 a { background-color: rgb(170,194,255); }

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

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

 span { border-color: rgb(170,194,255); }

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