#ACAFCE

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

Shades of Echo Blue #ACAFCE

Tints of Echo Blue #ACAFCE

Color information

#ACAFCE (or 0xACAFCE) is unknown color: approx Echo Blue. HEX triplet: AC, AF and CE. RGB value is (172,175,206). Sum of RGB (Red+Green+Blue) = 172+175+206=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACAFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFCE is #535031. Grayscale: #B1B1B1. Windows color (decimal): -5460018 or 13545388. OLE color: 13545388.

HSL color Cylindrical-coordinate representation of color #ACAFCE: hue angle of 234.71º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACAFCE is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172175206-
CMYK0.170.1500.19
HSL234.71º25.76%74.12%-
HSV(B)234.71º16.5%80.78%-
XYZ43.4843.8964.57-
YUV177.64144.01123.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 175 (68.75% from 255) = 31.65%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=31.10%
G=31.65%
B=37.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721752060.170.1500.19234.7125.7674.12
HexACAFCE11F013eb1a4a
Octal254257316211702335332112
Binary10101100101011111100111010001111101001111101011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFCE; }

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

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

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

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

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

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

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

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