#AAACFE

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

Shades of Perano #AAACFE

Tints of Perano #AAACFE

Color information

#AAACFE (or 0xAAACFE) is unknown color: approx Perano. HEX triplet: AA, AC and FE. RGB value is (170,172,254). Sum of RGB (Red+Green+Blue) = 170+172+254=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACFE is #555301. Grayscale: #B4B4B4. Windows color (decimal): -5591810 or 16690346. OLE color: 16690346.

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

Color convert

RGB170172254-
CMYK0.330.3200.00
HSL238.57º97.67%83.14%-
HSV(B)238.57º33.07%99.61%-
XYZ49.2245.2199.9-
YUV180.75169.34120.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.52%
GREEN value IS 172 (67.58% from 255) = 28.86%
BLUE value IS 254 (99.61% from 255) = 42.62%
R=28.52%
G=28.86%
B=42.62%

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
Decimal1701722540.330.3200.00238.5797.6783.14
HexAAACFE212000ef6253
Octal252254376414000357142123
Binary101010101010110011111110100001100000001110111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACFE; }

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

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

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

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

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

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

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

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