#9BA3CA

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

Shades of Echo Blue #9BA3CA

Tints of Echo Blue #9BA3CA

Color information

#9BA3CA (or 0x9BA3CA) is unknown color: approx Echo Blue. HEX triplet: 9B, A3 and CA. RGB value is (155,163,202). Sum of RGB (Red+Green+Blue) = 155+163+202=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BA3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA3CA is #645C35. Grayscale: #A4A4A4. Windows color (decimal): -6577206 or 13280155. OLE color: 13280155.

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

Color convert

RGB155163202-
CMYK0.230.1900.21
HSL229.79º30.72%70%-
HSV(B)229.79º23.27%79.22%-
XYZ37.2837.4361.14-
YUV165.05148.85120.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.81%
GREEN value IS 163 (64.06% from 255) = 31.35%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=29.81%
G=31.35%
B=38.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1551632020.230.1900.21229.7930.7270
Hex9BA3CA1713015e61f46
Octal233243312272302534637106
Binary100110111010001111001010101111001101010111100110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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