#9BABD5

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

Shades of Echo Blue #9BABD5

Tints of Echo Blue #9BABD5

Color information

#9BABD5 (or 0x9BABD5) is unknown color: approx Echo Blue. HEX triplet: 9B, AB and D5. RGB value is (155,171,213). Sum of RGB (Red+Green+Blue) = 155+171+213=539 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.76% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #9BABD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BABD5 is #64542A. Grayscale: #AAAAAA. Windows color (decimal): -6575147 or 14003099. OLE color: 14003099.

HSL color Cylindrical-coordinate representation of color #9BABD5: hue angle of 223.45º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BABD5 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB155171213-
CMYK0.270.2000.16
HSL223.45º40.85%72.16%-
HSV(B)223.45º27.23%83.53%-
XYZ40.0940.968.73-
YUV171151.7116.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.76%
GREEN value IS 171 (67.19% from 255) = 31.73%
BLUE value IS 213 (83.59% from 255) = 39.52%
R=28.76%
G=31.73%
B=39.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1551712130.270.2000.16223.4540.8572.16
Hex9BABD51B14010df2948
Octal233253325332402033751110
Binary1001101110101011110101011101110100010000110111111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,171,213); }

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

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

 a { background-color: rgb(155,171,213); }

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

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

 span { border-color: rgb(155,171,213); }

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