#9AB4DC

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

Shades of Echo Blue #9AB4DC

Tints of Echo Blue #9AB4DC

Color information

#9AB4DC (or 0x9AB4DC) is unknown color: approx Echo Blue. HEX triplet: 9A, B4 and DC. RGB value is (154,180,220). Sum of RGB (Red+Green+Blue) = 154+180+220=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AB4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB4DC is #654B23. Grayscale: #B0B0B0. Windows color (decimal): -6638372 or 14464154. OLE color: 14464154.

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

Color convert

RGB154180220-
CMYK0.30.1800.14
HSL216.36º48.53%73.33%-
HSV(B)216.36º30%86.27%-
XYZ42.5744.6874.09-
YUV176.79152.39111.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.80%
GREEN value IS 180 (70.70% from 255) = 32.49%
BLUE value IS 220 (86.33% from 255) = 39.71%
R=27.80%
G=32.49%
B=39.71%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541802200.30.1800.14216.3648.5373.33
Hex9AB4DC1E120Ed83149
Octal232264334362201633061111
Binary100110101011010011011100111101001001110110110001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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