#ACAEE9

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

Shades of Perano #ACAEE9

Tints of Perano #ACAEE9

Color information

#ACAEE9 (or 0xACAEE9) is unknown color: approx Perano. HEX triplet: AC, AE and E9. RGB value is (172,174,233). Sum of RGB (Red+Green+Blue) = 172+174+233=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACAEE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAEE9 is #535116. Grayscale: #B3B3B3. Windows color (decimal): -5460247 or 15314604. OLE color: 15314604.

HSL color Cylindrical-coordinate representation of color #ACAEE9: hue angle of 238.03º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACAEE9 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172174233-
CMYK0.260.2500.09
HSL238.03º58.1%79.41%-
HSV(B)238.03º26.18%91.37%-
XYZ46.8644.9383.29-
YUV180.13157.84122.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.71%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 233 (91.41% from 255) = 40.24%
R=29.71%
G=30.05%
B=40.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1721742330.260.2500.09238.0358.179.41
HexACAEE91A1909ee3a4f
Octal254256351323101135672117
Binary101011001010111011101001110101100101001111011101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEE9; }

 p { color: rgb(172,174,233); }

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

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

 a { background-color: rgb(172,174,233); }

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

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

 span { border-color: rgb(172,174,233); }

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