#ACAFF0

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

Shades of Perano #ACAFF0

Tints of Perano #ACAFF0

Color information

#ACAFF0 (or 0xACAFF0) is unknown color: approx Perano. HEX triplet: AC, AF and F0. RGB value is (172,175,240). Sum of RGB (Red+Green+Blue) = 172+175+240=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACAFF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAFF0 is #53500F. Grayscale: #B5B5B5. Windows color (decimal): -5459984 or 15773612. OLE color: 15773612.

HSL color Cylindrical-coordinate representation of color #ACAFF0: hue angle of 237.35º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACAFF0 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172175240-
CMYK0.280.2700.06
HSL237.35º69.39%80.78%-
HSV(B)237.35º28.33%94.12%-
XYZ48.0745.7288.73-
YUV181.51161.01121.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 240 (94.14% from 255) = 40.89%
R=29.30%
G=29.81%
B=40.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1721752400.280.2700.06237.3569.3980.78
HexACAFF01C1B06ed4551
Octal254257360343306355105121
Binary101011001010111111110000111001101101101110110110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFF0; }

 p { color: rgb(172,175,240); }

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

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

 a { background-color: rgb(172,175,240); }

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

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

 span { border-color: rgb(172,175,240); }

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