#ACAFF4

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

Shades of Perano #ACAFF4

Tints of Perano #ACAFF4

Color information

#ACAFF4 (or 0xACAFF4) is unknown color: approx Perano. HEX triplet: AC, AF and F4. RGB value is (172,175,244). Sum of RGB (Red+Green+Blue) = 172+175+244=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 244 (95.70% from 255 or 41.29% from 591); Max value from RGB is 244 - color contains mainly: blue. Hex color #ACAFF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAFF4 is #53500B. Grayscale: #B5B5B5. Windows color (decimal): -5459980 or 16035756. OLE color: 16035756.

HSL color Cylindrical-coordinate representation of color #ACAFF4: hue angle of 237.5º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACAFF4 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172175244-
CMYK0.300.2800.04
HSL237.5º76.6%81.57%-
HSV(B)237.5º29.51%95.69%-
XYZ48.6745.9691.89-
YUV181.97163.01120.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.10%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 244 (95.70% from 255) = 41.29%
R=29.10%
G=29.61%
B=41.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721752440.300.2800.04237.576.681.57
HexACAFF41E1C04ee4d52
Octal254257364363404356115122
Binary101011001010111111110100111101110001001110111010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFF4; }

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

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

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

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

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

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

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

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