#9AB5DC

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

Shades of Echo Blue #9AB5DC

Tints of Echo Blue #9AB5DC

Color information

#9AB5DC (or 0x9AB5DC) is unknown color: approx Echo Blue. HEX triplet: 9A, B5 and DC. RGB value is (154,181,220). Sum of RGB (Red+Green+Blue) = 154+181+220=555 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.75% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AB5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB5DC is #654A23. Grayscale: #B1B1B1. Windows color (decimal): -6638116 or 14464410. OLE color: 14464410.

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

Color convert

RGB154181220-
CMYK0.30.1800.14
HSL215.45º48.53%73.33%-
HSV(B)215.45º30%86.27%-
XYZ42.7745.0974.16-
YUV177.37152.05111.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.75%
GREEN value IS 181 (71.09% from 255) = 32.61%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=27.75%
G=32.61%
B=39.64%

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
Decimal1541812200.30.1800.14215.4548.5373.33
Hex9AB5DC1E120Ed73149
Octal232265334362201632761111
Binary100110101011010111011100111101001001110110101111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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