#9BAACA

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

Shades of Echo Blue #9BAACA

Tints of Echo Blue #9BAACA

Color information

#9BAACA (or 0x9BAACA) is unknown color: approx Echo Blue. HEX triplet: 9B, AA and CA. RGB value is (155,170,202). Sum of RGB (Red+Green+Blue) = 155+170+202=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BAACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAACA is #645535. Grayscale: #A9A9A9. Windows color (decimal): -6575414 or 13281947. OLE color: 13281947.

HSL color Cylindrical-coordinate representation of color #9BAACA: hue angle of 220.85º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BAACA is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB155170202-
CMYK0.230.1600.21
HSL220.85º30.72%70%-
HSV(B)220.85º23.27%79.22%-
XYZ38.5539.9861.56-
YUV169.16146.53117.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.41%
GREEN value IS 170 (66.80% from 255) = 32.26%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=29.41%
G=32.26%
B=38.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1551702020.230.1600.21220.8530.7270
Hex9BAACA1710015dd1f46
Octal233252312272002533537106
Binary100110111010101011001010101111000001010111011101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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