#9AB2DC

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

Shades of Echo Blue #9AB2DC

Tints of Echo Blue #9AB2DC

Color information

#9AB2DC (or 0x9AB2DC) is unknown color: approx Echo Blue. HEX triplet: 9A, B2 and DC. RGB value is (154,178,220). Sum of RGB (Red+Green+Blue) = 154+178+220=552 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.90% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AB2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB2DC is #654D23. Grayscale: #AFAFAF. Windows color (decimal): -6638884 or 14463642. OLE color: 14463642.

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

Color convert

RGB154178220-
CMYK0.30.1900.14
HSL218.18º48.53%73.33%-
HSV(B)218.18º30%86.27%-
XYZ42.1743.8873.96-
YUV175.61153.05112.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.90%
GREEN value IS 178 (69.92% from 255) = 32.25%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=27.90%
G=32.25%
B=39.86%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541782200.30.1900.14218.1848.5373.33
Hex9AB2DC1E130Eda3149
Octal232262334362301633261111
Binary100110101011001011011100111101001101110110110101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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