#9BA5D5

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

Shades of Echo Blue #9BA5D5

Tints of Echo Blue #9BA5D5

Color information

#9BA5D5 (or 0x9BA5D5) is unknown color: approx Echo Blue. HEX triplet: 9B, A5 and D5. RGB value is (155,165,213). Sum of RGB (Red+Green+Blue) = 155+165+213=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #9BA5D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA5D5 is #645A2A. Grayscale: #A7A7A7. Windows color (decimal): -6576683 or 14001563. OLE color: 14001563.

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

Color convert

RGB155165213-
CMYK0.270.2300.16
HSL229.66º40.85%72.16%-
HSV(B)229.66º27.23%83.53%-
XYZ38.9838.6868.36-
YUV167.48153.69119.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.08%
GREEN value IS 165 (64.84% from 255) = 30.96%
BLUE value IS 213 (83.59% from 255) = 39.96%
R=29.08%
G=30.96%
B=39.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1551652130.270.2300.16229.6640.8572.16
Hex9BA5D51B17010e62948
Octal233245325332702034651110
Binary1001101110100101110101011101110111010000111001101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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