#ACAFF3

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

Shades of Perano #ACAFF3

Tints of Perano #ACAFF3

Color information

#ACAFF3 (or 0xACAFF3) is unknown color: approx Perano. HEX triplet: AC, AF and F3. RGB value is (172,175,243). Sum of RGB (Red+Green+Blue) = 172+175+243=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 243 (95.31% from 255 or 41.19% from 590); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACAFF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAFF3 is #53500C. Grayscale: #B5B5B5. Windows color (decimal): -5459981 or 15970220. OLE color: 15970220.

HSL color Cylindrical-coordinate representation of color #ACAFF3: hue angle of 237.46º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACAFF3 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172175243-
CMYK0.290.2800.05
HSL237.46º74.74%81.37%-
HSV(B)237.46º29.22%95.29%-
XYZ48.5245.991.1-
YUV181.86162.51120.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.15%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 243 (95.31% from 255) = 41.19%
R=29.15%
G=29.66%
B=41.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721752430.290.2800.05237.4674.7481.37
HexACAFF31D1C05ed4b51
Octal254257363353405355113121
Binary101011001010111111110011111011110001011110110110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFF3; }

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

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

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

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

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

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

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

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