#AAC0FC

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

Shades of Perano #AAC0FC

Tints of Perano #AAC0FC

Color information

#AAC0FC (or 0xAAC0FC) is unknown color: approx Perano. HEX triplet: AA, C0 and FC. RGB value is (170,192,252). Sum of RGB (Red+Green+Blue) = 170+192+252=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAC0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC0FC is #553F03. Grayscale: #C0C0C0. Windows color (decimal): -5586692 or 16564394. OLE color: 16564394.

HSL color Cylindrical-coordinate representation of color #AAC0FC: hue angle of 223.9º 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 #AAC0FC is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB170192252-
CMYK0.330.2400.01
HSL223.9º93.18%82.75%-
HSV(B)223.9º32.54%98.82%-
XYZ5353.2799.59-
YUV192.26161.71112.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.69%
GREEN value IS 192 (75.39% from 255) = 31.27%
BLUE value IS 252 (98.83% from 255) = 41.04%
R=27.69%
G=31.27%
B=41.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701922520.330.2400.01223.993.1882.75
HexAAC0FC211801e05d53
Octal252300374413001340135123
Binary10101010110000001111110010000111000011110000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC0FC; }

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

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

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

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

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

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

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

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