#9baedc

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

Shades of Echo Blue #9BAEDC

Tints of Echo Blue #9BAEDC

Color information

#9BAEDC (or 0x9BAEDC) is unknown color: approx Echo Blue. HEX triplet: 9B, AE and DC. RGB value is (155,174,220). Sum of RGB (Red+Green+Blue) = 155+174+220=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BAEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAEDC is #645123. Grayscale: #ADADAD. Windows color (decimal): -6574372 or 14462619. OLE color: 14462619.

HSL color Cylindrical-coordinate representation of color #9BAEDC: hue angle of 222.46º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BAEDC is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155174220-
CMYK0.300.2100.14
HSL222.46º48.15%73.53%-
HSV(B)222.46º29.55%86.27%-
XYZ41.5742.4173.7-
YUV173.56154.21114.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.23%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=28.23%
G=31.69%
B=40.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551742200.300.2100.14222.4648.1573.53
Hex9BAEDC1E150Ede304a
Octal233256334362501633660112
Binary100110111010111011011100111101010101110110111101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9baedc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,174,220); }

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

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

 a { background-color: rgb(155,174,220); }

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

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

 span { border-color: rgb(155,174,220); }

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