#ACAFD3

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

Shades of Echo Blue #ACAFD3

Tints of Echo Blue #ACAFD3

Color information

#ACAFD3 (or 0xACAFD3) is unknown color: approx Echo Blue. HEX triplet: AC, AF and D3. RGB value is (172,175,211). Sum of RGB (Red+Green+Blue) = 172+175+211=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 211 - color contains mainly: blue. Hex color #ACAFD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFD3 is #53502C. Grayscale: #B2B2B2. Windows color (decimal): -5460013 or 13873068. OLE color: 13873068.

HSL color Cylindrical-coordinate representation of color #ACAFD3: hue angle of 235.38º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACAFD3 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB172175211-
CMYK0.180.1700.17
HSL235.38º30.71%75.1%-
HSV(B)235.38º18.48%82.75%-
XYZ44.144.1367.82-
YUV178.21146.51123.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.82%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 211 (82.81% from 255) = 37.81%
R=30.82%
G=31.36%
B=37.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1721752110.180.1700.17235.3830.7175.1
HexACAFD31211011eb1f4b
Octal254257323222102135337113
Binary101011001010111111010011100101000101000111101011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFD3; }

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

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

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

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

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

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

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

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