#9BA9CA

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

Shades of Echo Blue #9BA9CA

Tints of Echo Blue #9BA9CA

Color information

#9BA9CA (or 0x9BA9CA) is unknown color: approx Echo Blue. HEX triplet: 9B, A9 and CA. RGB value is (155,169,202). Sum of RGB (Red+Green+Blue) = 155+169+202=526 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.47% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BA9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA9CA is #645635. Grayscale: #A8A8A8. Windows color (decimal): -6575670 or 13281691. OLE color: 13281691.

HSL color Cylindrical-coordinate representation of color #9BA9CA: hue angle of 222.13º 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 #9BA9CA is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB155169202-
CMYK0.230.1600.21
HSL222.13º30.72%70%-
HSV(B)222.13º23.27%79.22%-
XYZ38.3739.6161.5-
YUV168.58146.86118.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.47%
GREEN value IS 169 (66.41% from 255) = 32.13%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=29.47%
G=32.13%
B=38.40%

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
Decimal1551692020.230.1600.21222.1330.7270
Hex9BA9CA1710015de1f46
Octal233251312272002533637106
Binary100110111010100111001010101111000001010111011110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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