#ACAFE3

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

Shades of Perano #ACAFE3

Tints of Perano #ACAFE3

Color information

#ACAFE3 (or 0xACAFE3) is unknown color: approx Perano. HEX triplet: AC, AF and E3. RGB value is (172,175,227). Sum of RGB (Red+Green+Blue) = 172+175+227=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 227 (89.06% from 255 or 39.55% from 574); Max value from RGB is 227 - color contains mainly: blue. Hex color #ACAFE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFE3 is #53501C. Grayscale: #B3B3B3. Windows color (decimal): -5459997 or 14921644. OLE color: 14921644.

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

Color convert

RGB172175227-
CMYK0.240.2300.11
HSL236.73º49.55%78.24%-
HSV(B)236.73º24.23%89.02%-
XYZ46.2144.9878.92-
YUV180.03154.51122.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 175 (68.75% from 255) = 30.49%
BLUE value IS 227 (89.06% from 255) = 39.55%
R=29.97%
G=30.49%
B=39.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721752270.240.2300.11236.7349.5578.24
HexACAFE318170Bed324e
Octal254257343302701335562116
Binary101011001010111111100011110001011101011111011011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFE3; }

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

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

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

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

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

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

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

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