#AAACFD

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

Shades of Perano #AAACFD

Tints of Perano #AAACFD

Color information

#AAACFD (or 0xAAACFD) is unknown color: approx Perano. HEX triplet: AA, AC and FD. RGB value is (170,172,253). Sum of RGB (Red+Green+Blue) = 170+172+253=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAACFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAACFD is #555302. Grayscale: #B4B4B4. Windows color (decimal): -5591811 or 16624810. OLE color: 16624810.

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

Color convert

RGB170172253-
CMYK0.330.3200.01
HSL238.55º95.4%82.94%-
HSV(B)238.55º32.81%99.22%-
XYZ49.0645.1499.06-
YUV180.64168.84120.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.57%
GREEN value IS 172 (67.58% from 255) = 28.91%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=28.57%
G=28.91%
B=42.52%

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
Decimal1701722530.330.3200.01238.5595.482.94
HexAAACFD212001ef5f53
Octal252254375414001357137123
Binary101010101010110011111101100001100000011110111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACFD; }

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

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

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

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

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

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

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

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