#9AACDB

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

Shades of Echo Blue #9AACDB

Tints of Echo Blue #9AACDB

Color information

#9AACDB (or 0x9AACDB) is unknown color: approx Echo Blue. HEX triplet: 9A, AC and DB. RGB value is (154,172,219). Sum of RGB (Red+Green+Blue) = 154+172+219=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #9AACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AACDB is #655324. Grayscale: #ABABAB. Windows color (decimal): -6640421 or 14396570. OLE color: 14396570.

HSL color Cylindrical-coordinate representation of color #9AACDB: hue angle of 223.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AACDB is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154172219-
CMYK0.300.2100.14
HSL223.38º47.45%73.14%-
HSV(B)223.38º29.68%85.88%-
XYZ40.8741.4972.87-
YUV171.98154.54115.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.26%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 219 (85.94% from 255) = 40.18%
R=28.26%
G=31.56%
B=40.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541722190.300.2100.14223.3847.4573.14
Hex9AACDB1E150Edf2f49
Octal232254333362501633757111
Binary100110101010110011011011111101010101110110111111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AACDB; }

 p { color: rgb(154,172,219); }

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

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

 a { background-color: rgb(154,172,219); }

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

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

 span { border-color: rgb(154,172,219); }

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