#AAACFC

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

Shades of Perano #AAACFC

Tints of Perano #AAACFC

Color information

#AAACFC (or 0xAAACFC) is unknown color: approx Perano. HEX triplet: AA, AC and FC. RGB value is (170,172,252). Sum of RGB (Red+Green+Blue) = 170+172+252=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACFC is #555303. Grayscale: #B4B4B4. Windows color (decimal): -5591812 or 16559274. OLE color: 16559274.

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

Color convert

RGB170172252-
CMYK0.330.3200.01
HSL238.54º93.18%82.75%-
HSV(B)238.54º32.54%98.82%-
XYZ48.945.0898.22-
YUV180.52168.34120.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.62%
GREEN value IS 172 (67.58% from 255) = 28.96%
BLUE value IS 252 (98.83% from 255) = 42.42%
R=28.62%
G=28.96%
B=42.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701722520.330.3200.01238.5493.1882.75
HexAAACFC212001ef5d53
Octal252254374414001357135123
Binary101010101010110011111100100001100000011110111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACFC; }

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

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

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

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

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

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

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

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