#9AACDF

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

Shades of Echo Blue #9AACDF

Tints of Echo Blue #9AACDF

Color information

#9AACDF (or 0x9AACDF) is unknown color: approx Echo Blue. HEX triplet: 9A, AC and DF. RGB value is (154,172,223). Sum of RGB (Red+Green+Blue) = 154+172+223=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #9AACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AACDF is #655320. Grayscale: #ACACAC. Windows color (decimal): -6640417 or 14658714. OLE color: 14658714.

HSL color Cylindrical-coordinate representation of color #9AACDF: hue angle of 224.35º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AACDF is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154172223-
CMYK0.310.2300.13
HSL224.35º51.88%73.92%-
HSV(B)224.35º30.94%87.45%-
XYZ41.441.775.68-
YUV172.43156.54114.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.05%
GREEN value IS 172 (67.58% from 255) = 31.33%
BLUE value IS 223 (87.5% from 255) = 40.62%
R=28.05%
G=31.33%
B=40.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541722230.310.2300.13224.3551.8873.92
Hex9AACDF1F170De0344a
Octal232254337372701534064112
Binary100110101010110011011111111111011101101111000001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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