#ACAFE0

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

Shades of Perano #ACAFE0

Tints of Perano #ACAFE0

Color information

#ACAFE0 (or 0xACAFE0) is unknown color: approx Perano. HEX triplet: AC, AF and E0. RGB value is (172,175,224). Sum of RGB (Red+Green+Blue) = 172+175+224=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACAFE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFE0 is #53501F. Grayscale: #B3B3B3. Windows color (decimal): -5460000 or 14725036. OLE color: 14725036.

HSL color Cylindrical-coordinate representation of color #ACAFE0: hue angle of 236.54º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACAFE0 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172175224-
CMYK0.230.2200.12
HSL236.54º45.61%77.65%-
HSV(B)236.54º23.21%87.84%-
XYZ45.844.8176.76-
YUV179.69153.01122.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 224 (87.89% from 255) = 39.23%
R=30.12%
G=30.65%
B=39.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721752240.230.2200.12236.5445.6177.65
HexACAFE017160Ced2e4e
Octal254257340272601435556116
Binary101011001010111111100000101111011001100111011011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFE0; }

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

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

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

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

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

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

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

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