#9BAADE

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

Shades of Echo Blue #9BAADE

Tints of Echo Blue #9BAADE

Color information

#9BAADE (or 0x9BAADE) is unknown color: approx Echo Blue. HEX triplet: 9B, AA and DE. RGB value is (155,170,222). Sum of RGB (Red+Green+Blue) = 155+170+222=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BAADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAADE is #645521. Grayscale: #ABABAB. Windows color (decimal): -6575394 or 14592667. OLE color: 14592667.

HSL color Cylindrical-coordinate representation of color #9BAADE: hue angle of 226.57º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BAADE is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155170222-
CMYK0.300.2300.13
HSL226.57º50.38%73.92%-
HSV(B)226.57º30.18%87.06%-
XYZ41.0840.9974.85-
YUV171.44156.53116.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.34%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=28.34%
G=31.08%
B=40.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551702220.300.2300.13226.5750.3873.92
Hex9BAADE1E170De3324a
Octal233252336362701534362112
Binary100110111010101011011110111101011101101111000111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,170,222); }

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

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

 a { background-color: rgb(155,170,222); }

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

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

 span { border-color: rgb(155,170,222); }

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