#ACAEE1

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

Shades of Perano #ACAEE1

Tints of Perano #ACAEE1

Color information

#ACAEE1 (or 0xACAEE1) is unknown color: approx Perano. HEX triplet: AC, AE and E1. RGB value is (172,174,225). Sum of RGB (Red+Green+Blue) = 172+174+225=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACAEE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAEE1 is #53511E. Grayscale: #B3B3B3. Windows color (decimal): -5460255 or 14790316. OLE color: 14790316.

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

Color convert

RGB172174225-
CMYK0.240.2300.12
HSL237.74º46.9%77.84%-
HSV(B)237.74º23.56%88.24%-
XYZ45.7444.4877.41-
YUV179.22153.84122.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 225 (88.28% from 255) = 39.40%
R=30.12%
G=30.47%
B=39.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721742250.240.2300.12237.7446.977.84
HexACAEE118170Cee2f4e
Octal254256341302701435657116
Binary101011001010111011100001110001011101100111011101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEE1; }

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

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

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

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

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

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

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

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