#A8B7CF

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

Shades of Echo Blue #A8B7CF

Tints of Echo Blue #A8B7CF

Color information

#A8B7CF (or 0xA8B7CF) is unknown color: approx Echo Blue. HEX triplet: A8, B7 and CF. RGB value is (168,183,207). Sum of RGB (Red+Green+Blue) = 168+183+207=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8B7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B7CF is #574830. Grayscale: #B5B5B5. Windows color (decimal): -5720113 or 13612968. OLE color: 13612968.

HSL color Cylindrical-coordinate representation of color #A8B7CF: hue angle of 216.92º 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 #A8B7CF is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168183207-
CMYK0.190.1200.19
HSL216.92º28.89%73.53%-
HSV(B)216.92º18.84%81.18%-
XYZ44.3446.765.71-
YUV181.25142.53118.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.11%
GREEN value IS 183 (71.88% from 255) = 32.80%
BLUE value IS 207 (81.25% from 255) = 37.10%
R=30.11%
G=32.80%
B=37.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681832070.190.1200.19216.9228.8973.53
HexA8B7CF13C013d91d4a
Octal250267317231402333135112
Binary10101000101101111100111110011110001001111011001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B7CF; }

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

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

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

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

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

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

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

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