#A1B8D0

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

Shades of Echo Blue #A1B8D0

Tints of Echo Blue #A1B8D0

Color information

#A1B8D0 (or 0xA1B8D0) is unknown color: approx Echo Blue. HEX triplet: A1, B8 and D0. RGB value is (161,184,208). Sum of RGB (Red+Green+Blue) = 161+184+208=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 208 - color contains mainly: blue. Hex color #A1B8D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B8D0 is #5E472F. Grayscale: #B3B3B3. Windows color (decimal): -6178608 or 13678753. OLE color: 13678753.

HSL color Cylindrical-coordinate representation of color #A1B8D0: hue angle of 210.64º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1B8D0 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161184208-
CMYK0.230.1200.18
HSL210.64º33.33%72.35%-
HSV(B)210.64º22.6%81.57%-
XYZ43.2246.4166.35-
YUV179.86143.88114.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.11%
GREEN value IS 184 (72.27% from 255) = 33.27%
BLUE value IS 208 (81.64% from 255) = 37.61%
R=29.11%
G=33.27%
B=37.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611842080.230.1200.18210.6433.3372.35
HexA1B8D017C012d32148
Octal241270320271402232341110
Binary101000011011100011010000101111100010010110100111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B8D0; }

 p { color: rgb(161,184,208); }

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

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

 a { background-color: rgb(161,184,208); }

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

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

 span { border-color: rgb(161,184,208); }

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