#ACAFE5

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

Shades of Perano #ACAFE5

Tints of Perano #ACAFE5

Color information

#ACAFE5 (or 0xACAFE5) is unknown color: approx Perano. HEX triplet: AC, AF and E5. RGB value is (172,175,229). Sum of RGB (Red+Green+Blue) = 172+175+229=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACAFE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFE5 is #53501A. Grayscale: #B4B4B4. Windows color (decimal): -5459995 or 15052716. OLE color: 15052716.

HSL color Cylindrical-coordinate representation of color #ACAFE5: hue angle of 236.84º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACAFE5 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172175229-
CMYK0.250.2400.10
HSL236.84º52.29%78.63%-
HSV(B)236.84º24.89%89.8%-
XYZ46.4945.0980.38-
YUV180.26155.51122.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.86%
GREEN value IS 175 (68.75% from 255) = 30.38%
BLUE value IS 229 (89.84% from 255) = 39.76%
R=29.86%
G=30.38%
B=39.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1721752290.250.2400.10236.8452.2978.63
HexACAFE519180Aed344f
Octal254257345313001235564117
Binary101011001010111111100101110011100001010111011011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFE5; }

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

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

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

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

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

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

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

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