#9AACDC

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

Shades of Echo Blue #9AACDC

Tints of Echo Blue #9AACDC

Color information

#9AACDC (or 0x9AACDC) is unknown color: approx Echo Blue. HEX triplet: 9A, AC and DC. RGB value is (154,172,220). Sum of RGB (Red+Green+Blue) = 154+172+220=546 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.21% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AACDC is #655323. Grayscale: #ABABAB. Windows color (decimal): -6640420 or 14462106. OLE color: 14462106.

HSL color Cylindrical-coordinate representation of color #9AACDC: hue angle of 223.64º degrees, saturation: 0.49, 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 #9AACDC is Cyan = 0.3, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154172220-
CMYK0.30.2200.14
HSL223.64º48.53%73.33%-
HSV(B)223.64º30%86.27%-
XYZ4141.5473.57-
YUV172.09155.04115.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.21%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 220 (86.33% from 255) = 40.29%
R=28.21%
G=31.50%
B=40.29%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541722200.30.2200.14223.6448.5373.33
Hex9AACDC1E160Ee03149
Octal232254334362601634061111
Binary100110101010110011011100111101011001110111000001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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