#A8ACCF

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

Shades of Echo Blue #A8ACCF

Tints of Echo Blue #A8ACCF

Color information

#A8ACCF (or 0xA8ACCF) is unknown color: approx Echo Blue. HEX triplet: A8, AC and CF. RGB value is (168,172,207). Sum of RGB (Red+Green+Blue) = 168+172+207=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8ACCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ACCF is #575330. Grayscale: #AEAEAE. Windows color (decimal): -5722929 or 13610152. OLE color: 13610152.

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

Color convert

RGB168172207-
CMYK0.190.1700.19
HSL233.85º28.89%73.53%-
HSV(B)233.85º18.84%81.18%-
XYZ42.1642.3364.98-
YUV174.79146.17123.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.71%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=30.71%
G=31.44%
B=37.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681722070.190.1700.19233.8528.8973.53
HexA8ACCF1311013ea1d4a
Octal250254317232102335235112
Binary101010001010110011001111100111000101001111101010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ACCF; }

 p { color: rgb(168,172,207); }

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

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

 a { background-color: rgb(168,172,207); }

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

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

 span { border-color: rgb(168,172,207); }

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